From: eap Date: Wed, 11 Mar 2009 14:58:44 +0000 (+0000) Subject: 0020206: EDF SMESH 987: Netgen1D2D3D +submesh X-Git-Tag: V5_1_1rc2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6f2fdeb7950e9323792d89f4dcbfa56debf4e3c1;p=modules%2Fsmesh.git 0020206: EDF SMESH 987: Netgen1D2D3D +submesh fix detection of SMESHDS_SubMesh'es of geom groups + int _nbSubShapes; // initial nb of subshapes in the shape to mesh --- diff --git a/src/SMESH/SMESH_Mesh.hxx b/src/SMESH/SMESH_Mesh.hxx index 91ae67eda..0ece936c2 100644 --- a/src/SMESH/SMESH_Mesh.hxx +++ b/src/SMESH/SMESH_Mesh.hxx @@ -257,6 +257,7 @@ protected: int _studyId; int _idDoc; // id given by SMESHDS_Document int _groupId; // id generator for group objects + int _nbSubShapes; // initial nb of subshapes in the shape to mesh bool _isShapeToMesh;// set to true when a shape is given (only once) std::list _subMeshesUsingHypothesisList; SMESHDS_Document * _myDocument;