#17338 [CEA 17337] NETGEN3D regression - Illegal position in Geomsearch

This commit is contained in:
eap 2019-09-05 20:36:33 +03:00
parent a11384b3ca
commit 287c27f1af

View File

@ -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;