mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
#17956 [CEA 17925] COMPERR_OCC_EXCEPTION
This commit is contained in:
parent
d3aab2e9ab
commit
95aa1f92b9
@ -7478,6 +7478,8 @@ void SMESH_MeshEditor::FindEqualElements( TIDSortedElemSet & theElements,
|
||||
while ( elemIt->more() )
|
||||
{
|
||||
const SMDS_MeshElement* curElem = elemIt->next();
|
||||
if ( curElem->IsNull() )
|
||||
continue;
|
||||
ComparableElement compElem = curElem;
|
||||
// check uniqueness
|
||||
const ComparableElement& elemInSet = mapOfElements.Added( compElem );
|
||||
|
Loading…
Reference in New Issue
Block a user