fixed: remove unnecessary myElms member in ASMu3D

this was forgotten in the original commit. after a review
comment myElms were added to ASMbase, and I forgot
to remove it in ASMu3D.
This commit is contained in:
Arne Morten Kvarving 2020-12-04 11:14:29 +01:00
parent 03e565e3a5
commit a243650ceb

View File

@ -631,7 +631,6 @@ protected:
ThreadGroups threadGroups; //!< Element groups for multi-threaded assembly
ThreadGroups projThreadGroups; //!< Element groups for multi-threaded assembly - projection basis
IntVec myElms; //!< Elements on patch - used with partitioning
const Matrices& bezierExtract; //!< Bezier extraction matrices
Matrices myBezierExtract; //!< Bezier extraction matrices