From 4458ea528465d52b535b8bd2f9bce1dbc7ac7761 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 11 Mar 2009 15:08:49 +0000 Subject: [PATCH] 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 --- src/SMESH/SMESH_Mesh.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SMESH/SMESH_Mesh.hxx b/src/SMESH/SMESH_Mesh.hxx index 2d2808a37..7ba1203d6 100644 --- a/src/SMESH/SMESH_Mesh.hxx +++ b/src/SMESH/SMESH_Mesh.hxx @@ -244,6 +244,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; -- 2.30.2