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
5166ed186f
commit
8fc0f4f355
@ -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 );
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <Utils_SALOME_Exception.hxx>
|
||||
|
||||
#include <boost/intrusive/circular_list_algorithms.hpp>
|
||||
#include <boost/container/flat_map.hpp>
|
||||
//#include <boost/container/flat_map.hpp>
|
||||
|
||||
#include <Bnd_B3d.hxx>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user