Salome HOME
Regression of SALOME_TESTS/Grids/smesh/bugs_19/X7
[modules/smesh.git] / src / StdMeshers / StdMeshers_ViscousLayers.cxx
index 5fb3736b05536d083c82379ef827d62b571e757f..277c6e76c1c222d140d79421571f8afada749433 100644 (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 );
     }