Regression of 0022150 (SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/B2)

This commit is contained in:
eap 2014-11-14 13:50:08 +03:00
parent 52d8254953
commit 380c397cfd

View File

@ -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 ))