]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
0021073: EDF 1683 NETGENPLUGIN: Local size on edge creates unreguler 1D elements
authoreap <eap@opencascade.com>
Tue, 23 Nov 2010 14:26:26 +0000 (14:26 +0000)
committereap <eap@opencascade.com>
Tue, 23 Nov 2010 14:26:26 +0000 (14:26 +0000)
   Fix regression: SIGSEGV at surface optimization

+    mparams.uselocalh = true; // restore as it is used at surface optimization

src/NETGENPlugin/NETGENPlugin_Mesher.cxx

index 56a63e39587f6958fa6e640a0d7c434a4a64bb78..9b38e474c7875b2047ae1c46955a295e71e3f131 100644 (file)
@@ -1657,6 +1657,8 @@ bool NETGENPlugin_Mesher::Compute()
         err = 1;
       }
     }
+    mparams.uselocalh = true; // restore as it is used at surface optimization
+
     // ---------------------
     // compute surface mesh
     // ---------------------