mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Regression of 0022150 (SALOME_TESTS/Grids/smesh/mesh_Projection_2D_00/B2)
This commit is contained in:
parent
52d8254953
commit
380c397cfd
@ -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 ))
|
||||
|
Loading…
Reference in New Issue
Block a user