Salome HOME
bos #26630 EDF 6032 - Problem of projection
[modules/smesh.git] / src / StdMeshers / StdMeshers_Projection_2D.cxx
index bbc874cf9da73bf50d8dbb7a52403027ba958744..3e889f0801627af9b677280468f7932e141e241a 100644 (file)
@@ -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 );