From 749dff580790f27c87cab4a6f7791fa2eda7d81a Mon Sep 17 00:00:00 2001 From: asozinov Date: Tue, 8 Nov 2022 18:28:14 +0300 Subject: [PATCH] =?utf8?q?remove=20unnecessary=20change=D1=8Bs?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../patches/netgen-6.2.2204-for-SALOME.patch | 20 ++++++------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/products/patches/netgen-6.2.2204-for-SALOME.patch b/products/patches/netgen-6.2.2204-for-SALOME.patch index 845cc49..bfbf43c 100644 --- a/products/patches/netgen-6.2.2204-for-SALOME.patch +++ b/products/patches/netgen-6.2.2204-for-SALOME.patch @@ -1,12 +1,12 @@ libsrc/core/version.hpp | 7 ++- libsrc/meshing/basegeom.cpp | 3 +- libsrc/meshing/meshclass.cpp | 6 +- - libsrc/occ/occgenmesh.cpp | 17 +++--- + libsrc/occ/occgenmesh.cpp | 16 +++--- libsrc/occ/occmeshsurf.cpp | 128 +++++++++++++---------------------------- libsrc/stlgeom/stlgeom.hpp | 2 +- libsrc/stlgeom/stltopology.hpp | 2 +- nglib/nglib.cpp | 2 +- - 8 files changed, 64 insertions(+), 103 deletions(-) + 8 files changed, 63 insertions(+), 103 deletions(-) diff --git a/libsrc/core/version.hpp b/libsrc/core/version.hpp index 3048ce5b..81524b58 100644 @@ -65,18 +65,10 @@ index c89064cb..a23b8889 100644 for (auto & fd : facedecoding) diff --git a/libsrc/occ/occgenmesh.cpp b/libsrc/occ/occgenmesh.cpp -index e0164177..431050e0 100644 +index e0164177..5699952c 100644 --- a/libsrc/occ/occgenmesh.cpp +++ b/libsrc/occ/occgenmesh.cpp -@@ -7,6 +7,7 @@ - #include "occ_face.hpp" - #include "occmeshsurf.hpp" - -+#include - #include - #include - #include -@@ -59,7 +60,7 @@ namespace netgen +@@ -59,7 +59,7 @@ namespace netgen double ComputeH (double kappa, const MeshingParameters & mparam) { kappa *= mparam.curvaturesafety; @@ -85,7 +77,7 @@ index e0164177..431050e0 100644 double hret; if (mparam.maxh * kappa < 1) -@@ -71,7 +72,7 @@ namespace netgen +@@ -71,7 +71,7 @@ namespace netgen hret = mparam.maxh; return hret; @@ -94,7 +86,7 @@ index e0164177..431050e0 100644 // return min(mparam.maxh, 1/kappa); return (mparam.maxh*kappa < 1) ? mparam.maxh : 1/kappa; } -@@ -653,13 +654,13 @@ namespace netgen +@@ -653,13 +653,13 @@ namespace netgen for (int k = 1; k <=3; k++) { -- 2.39.2