From: vsr Date: Fri, 14 Nov 2014 11:15:23 +0000 (+0300) Subject: Merge branch 'master' into V7_5_BR X-Git-Tag: V7_5_0rc1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=707703a9f4b4c39646188de02d51357e1d8dd577;hp=cf38d693404669f727c1f37ef95eccf830634f05 Merge branch 'master' into V7_5_BR --- 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 ))