From 380c397cfd4479ca2090a1687953af2f6f04fafd Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 14 Nov 2014 13:50:08 +0300 Subject: [PATCH] Regression of 0022150 (SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/B2) --- src/StdMeshers/StdMeshers_Projection_2D.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )) -- 2.30.2