From 98cff9f2f4c81c27ac6f33a61fccae8b46821364 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 29 Nov 2021 20:56:55 +0300 Subject: [PATCH] bos #26630 EDF 6032 - Problem of projection --- src/StdMeshers/StdMeshers_Projection_2D.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.30.2