From: eap Date: Tue, 23 Nov 2010 14:26:26 +0000 (+0000) Subject: 0021073: EDF 1683 NETGENPLUGIN: Local size on edge creates unreguler 1D elements X-Git-Tag: V5_1_5~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=164a30901f8d5222b88c5aed7e617d64eb2fcc21;p=plugins%2Fnetgenplugin.git 0021073: EDF 1683 NETGENPLUGIN: Local size on edge creates unreguler 1D elements Fix regression: SIGSEGV at surface optimization + mparams.uselocalh = true; // restore as it is used at surface optimization --- diff --git a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx index 56a63e3..9b38e47 100644 --- a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx +++ b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx @@ -1657,6 +1657,8 @@ bool NETGENPlugin_Mesher::Compute() err = 1; } } + mparams.uselocalh = true; // restore as it is used at surface optimization + // --------------------- // compute surface mesh // ---------------------