mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Merge branch 'master' into V7_5_BR
This commit is contained in:
commit
e22a84e549
@ -2353,7 +2353,7 @@ bool StdMeshers_Prism_3D::isSimpleBottom( const Prism_3D::TPrismTopo& thePrism )
|
||||
TopoDS_Vertex commonV;
|
||||
const list< TopoDS_Edge >& botEdges = thePrism.myBottomEdges;
|
||||
list< TopoDS_Edge >::const_iterator edge = botEdges.begin();
|
||||
for ( ; edge != botEdges.end(); ++edge )
|
||||
while ( edge != botEdges.end() )
|
||||
{
|
||||
if ( SMESH_Algo::isDegenerated( *edge ))
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user