mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
IPAL54384: TC8.5.0: SMESH: Regression delete groups with contents - exception
This commit is contained in:
parent
0d2a992178
commit
08fca6f5de
@ -1831,6 +1831,7 @@ void SMDS_Mesh::RemoveElement(const SMDS_MeshElement * elem,
|
|||||||
case SMDSAbs_All: // avoid compilation warning
|
case SMDSAbs_All: // avoid compilation warning
|
||||||
case SMDSAbs_NbElementTypes: break;
|
case SMDSAbs_NbElementTypes: break;
|
||||||
}
|
}
|
||||||
|
removedElems.push_back( *it);
|
||||||
|
|
||||||
myCellFactory->Free( static_cast< const SMDS_MeshCell*>( *it ));
|
myCellFactory->Free( static_cast< const SMDS_MeshCell*>( *it ));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user