From: eap Date: Fri, 14 Nov 2014 10:50:08 +0000 (+0300) Subject: Regression of 0022150 (SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/B2) X-Git-Tag: V7_5_0rc1~4^2 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=380c397cfd4479ca2090a1687953af2f6f04fafd Regression of 0022150 (SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/B2) --- diff --git a/src/StdMeshers/StdMeshers_Projection_2D.cxx b/src/StdMeshers/StdMeshers_Projection_2D.cxx index 23732bd6e..057070d1c 100644 --- a/src/StdMeshers/StdMeshers_Projection_2D.cxx +++ b/src/StdMeshers/StdMeshers_Projection_2D.cxx @@ -726,7 +726,7 @@ namespace { { case SMDS_TOP_FACE: { - if ( nbOkPos < 10 ) break; + if ( nbOkPos > 10 ) break; gp_XY uv = helper.GetNodeUV( tgtFace, n ), uvBis = uv; if (( helper.CheckNodeUV( tgtFace, n, uv, tol )) && (( uv - uvBis ).SquareModulus() < tol2d ))