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:
parent
03e565e3a5
commit
a243650ceb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user