mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-04 17:58:26 +05:00
win32 compilation of the Mesh module.
This commit is contained in:
parent
35504e1535
commit
24df7fa1ab
@ -36,6 +36,7 @@
|
|||||||
#include <map>
|
#include <map>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
typedef std::map<const SMDS_MeshElement*,
|
typedef std::map<const SMDS_MeshElement*,
|
||||||
std::list<const SMDS_MeshElement*> > TElemOfElemListMap;
|
std::list<const SMDS_MeshElement*> > TElemOfElemListMap;
|
||||||
|
@ -2062,7 +2062,7 @@ TopoDS_Edge StdMeshers_ProjectionUtils::GetBoundaryEdge(const TopoDS_Shape& edge
|
|||||||
PShapeIteratorPtr faceIt = SMESH_MesherHelper::GetAncestors( edge, mesh, TopAbs_FACE );
|
PShapeIteratorPtr faceIt = SMESH_MesherHelper::GetAncestors( edge, mesh, TopAbs_FACE );
|
||||||
while ( const TopoDS_Shape* face = faceIt->next() )
|
while ( const TopoDS_Shape* face = faceIt->next() )
|
||||||
if ( facesOfEdgeContainer.Contains( *face ))
|
if ( facesOfEdgeContainer.Contains( *face ))
|
||||||
if ( facesNearEdge.Add( *face ) and facesNearEdge.Extent() > 1 )
|
if ( facesNearEdge.Add( *face ) && facesNearEdge.Extent() > 1 )
|
||||||
break;
|
break;
|
||||||
if ( facesNearEdge.Extent() == 1 )
|
if ( facesNearEdge.Extent() == 1 )
|
||||||
return edge;
|
return edge;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user