#17338 [CEA 17337] NETGEN3D regression - Illegal position in Geomsearch
This commit is contained in:
parent
a11384b3ca
commit
287c27f1af
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user