mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
PAL8310
This commit is contained in:
parent
b85751e356
commit
935adb05a1
@ -992,8 +992,8 @@ void SMESH_Mesh::RemoveGroup (const int theGroupID)
|
|||||||
if (_mapGroup.find(theGroupID) == _mapGroup.end())
|
if (_mapGroup.find(theGroupID) == _mapGroup.end())
|
||||||
return;
|
return;
|
||||||
GetMeshDS()->RemoveGroup( _mapGroup[theGroupID]->GetGroupDS() );
|
GetMeshDS()->RemoveGroup( _mapGroup[theGroupID]->GetGroupDS() );
|
||||||
_mapGroup.erase (theGroupID);
|
|
||||||
delete _mapGroup[theGroupID];
|
delete _mapGroup[theGroupID];
|
||||||
|
_mapGroup.erase (theGroupID);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user