Regression of SALOME_TESTS/Grids/smesh/bugs_19/X7

Increase nb of allowed shrink loops
This commit is contained in:
eap 2013-11-15 12:19:28 +00:00
parent c2a18a423e
commit 1872ac43e1

View File

@ -3720,7 +3720,7 @@ bool _ViscousBuilder::shrink()
}
if ( badNb > 0 )
return error(SMESH_Comment("Can't shrink 2D mesh on face ") << f2sd->first );
if ( shriStep > 20 )
if ( shriStep > 200 )
return error(SMESH_Comment("Infinite loop at shrinking 2D mesh on face ") << f2sd->first );
}