diff --git a/cxxfem/src/femPart.h b/cxxfem/src/femPart.h index 79555e147e49b14d929b6318cc1452b204c3a5ea..ae33f6b61c2e43fb342228722b33b57908132fb1 100644 --- a/cxxfem/src/femPart.h +++ b/cxxfem/src/femPart.h @@ -12,7 +12,7 @@ namespace fem class FEM_API Part { public: - DOFMask dofmask; ///< DOF type + DOFMask dofmas; ///< DOF type DOFMask bcmask; ///< BC type size_t idx; ///< partition number (index in partition.parts)