From: eap Date: Mon, 29 Nov 2021 17:56:55 +0000 (+0300) Subject: bos #26630 EDF 6032 - Problem of projection X-Git-Tag: V9_8_0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=064e95390d2ceabc9db159fcc39914b45e2d8b4b;p=modules%2Fsmesh.git bos #26630 EDF 6032 - Problem of projection --- diff --git a/src/StdMeshers/StdMeshers_Projection_2D.cxx b/src/StdMeshers/StdMeshers_Projection_2D.cxx index bbc874cf9..3e889f080 100644 --- a/src/StdMeshers/StdMeshers_Projection_2D.cxx +++ b/src/StdMeshers/StdMeshers_Projection_2D.cxx @@ -775,7 +775,7 @@ namespace { // check node positions - if ( !tgtFace.IsPartner( srcFace ) ) + // if ( !tgtFace.IsPartner( srcFace ) ) for NETGEN 6 which sets wrong UV { helper->ToFixNodeParameters( true );