From: eap Date: Thu, 5 Sep 2019 17:36:33 +0000 (+0300) Subject: #17338 [CEA 17337] NETGEN3D regression - Illegal position in Geomsearch X-Git-Tag: V9_4_0a1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=287c27f1af05105c9566c3b304dc079227d66c64;p=plugins%2Fnetgenplugin.git #17338 [CEA 17337] NETGEN3D regression - Illegal position in Geomsearch --- diff --git a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx index be897ca..75f3758 100644 --- a/src/NETGENPlugin/NETGENPlugin_Mesher.cxx +++ b/src/NETGENPlugin/NETGENPlugin_Mesher.cxx @@ -216,6 +216,7 @@ void NETGENPlugin_Mesher::SetSelfPointer( NETGENPlugin_Mesher ** ptr ) void NETGENPlugin_Mesher::SetDefaultParameters() { netgen::MeshingParameters& mparams = netgen::mparam; + mparams = netgen::MeshingParameters(); // maximal mesh edge size mparams.maxh = 0;//NETGENPlugin_Hypothesis::GetDefaultMaxSize(); mparams.minh = 0;