From 164a30901f8d5222b88c5aed7e617d64eb2fcc21 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 23 Nov 2010 14:26:26 +0000 Subject: [PATCH] 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 --- src/NETGENPlugin/NETGENPlugin_Mesher.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 // --------------------- -- 2.39.2