mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
22808: EDF SMESH: Regression with 3D Extrusion/ViscousLayers in Salome V7_5_BR
This commit is contained in:
parent
bff3771eab
commit
b9986eb294
@ -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