22808: EDF SMESH: Regression with 3D Extrusion/ViscousLayers in Salome V7_5_BR

This commit is contained in:
eap 2014-11-18 13:08:18 +03:00
parent bff3771eab
commit b9986eb294

View File

@ -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;