mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +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() )
|
while ( elemIt->more() )
|
||||||
{
|
{
|
||||||
const SMDS_MeshElement* curElem = elemIt->next();
|
const SMDS_MeshElement* curElem = elemIt->next();
|
||||||
|
if ( curElem->IsNull() )
|
||||||
|
continue;
|
||||||
ComparableElement compElem = curElem;
|
ComparableElement compElem = curElem;
|
||||||
// check uniqueness
|
// check uniqueness
|
||||||
const ComparableElement& elemInSet = mapOfElements.Added( compElem );
|
const ComparableElement& elemInSet = mapOfElements.Added( compElem );
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#include <Utils_SALOME_Exception.hxx>
|
#include <Utils_SALOME_Exception.hxx>
|
||||||
|
|
||||||
#include <boost/intrusive/circular_list_algorithms.hpp>
|
#include <boost/intrusive/circular_list_algorithms.hpp>
|
||||||
#include <boost/container/flat_map.hpp>
|
//#include <boost/container/flat_map.hpp>
|
||||||
|
|
||||||
#include <Bnd_B3d.hxx>
|
#include <Bnd_B3d.hxx>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user