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
This commit is contained in:
eap 2010-11-23 14:26:26 +00:00
parent f380bb4b58
commit 164a30901f

View File

@ -1657,6 +1657,8 @@ bool NETGENPlugin_Mesher::Compute()
err = 1; err = 1;
} }
} }
mparams.uselocalh = true; // restore as it is used at surface optimization
// --------------------- // ---------------------
// compute surface mesh // compute surface mesh
// --------------------- // ---------------------