From: eap Date: Thu, 27 Aug 2009 13:58:53 +0000 (+0000) Subject: fix GetSubMesh() X-Git-Tag: V5_1_3rc1~91 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=30aaa793b970f657acd97be09ab6ec82ee345c44;hp=30aaa793b970f657acd97be09ab6ec82ee345c44 fix GetSubMesh() if ( it.More() ) + { index = _myMeshDS->AddCompoundSubmesh( aSubShape, it.Value().ShapeType() ); + if ( index > _nbSubShapes ) _nbSubShapes = index; // not to create sm for this group again + } } ---