]> SALOME platform Git repositories - plugins/hybridplugin.git/commit
Salome HOME
0021776: [CEA 610] SetEnforcedMeshWithGroup fails or succeeds depending in how we...
authoreap <eap@opencascade.com>
Wed, 8 Aug 2012 09:33:35 +0000 (09:33 +0000)
committereap <eap@opencascade.com>
Wed, 8 Aug 2012 09:33:35 +0000 (09:33 +0000)
commit401a0096ebbccad679748da63af7aaba26f21782
tree29e66348013a1b8d9cb30b34362f91468e638485
parentf9b91bf77de33c8668353dc65957f4bc443cf5a2
0021776: [CEA 610] SetEnforcedMeshWithGroup fails or succeeds depending in how we use it

static void addElemInMeshGroup(SMESH_Mesh*             theMesh,
                               const SMDS_MeshElement* anElem,
                               std::string&            groupName,
                               std::set<std::string>&  groupsToRemove)
{
+  if ( !anElem ) return; // issue 0021776
src/GHS3DPlugin/GHS3DPlugin_GHS3D.cxx