From: eap Date: Thu, 19 Jul 2012 13:12:54 +0000 (+0000) Subject: + some comments X-Git-Tag: V6_6_0a1~252 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c353b3508549472a09a7dcfbf29311f41671c19e;p=modules%2Fsmesh.git + some comments --- diff --git a/src/SMDS/SMDS_MeshGroup.hxx b/src/SMDS/SMDS_MeshGroup.hxx index 6dae34579..c46184ea9 100644 --- a/src/SMDS/SMDS_MeshGroup.hxx +++ b/src/SMDS/SMDS_MeshGroup.hxx @@ -83,8 +83,8 @@ class SMDS_EXPORT SMDS_MeshGroup:public SMDS_MeshObject const SMDS_Mesh * myMesh; SMDSAbs_ElementType myType; - std::set myElements; - SMDS_MeshGroup * myParent; + std::set myElements; /* - not sorted by ID because it */ + SMDS_MeshGroup * myParent; /* can contain deleted elements */ std::list myChildren; TIterator myIterator; TGroupIterator myGroupIterator;