mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
fix Smooth Opt Volume buttons
This commit is contained in:
parent
666c79ea8e
commit
ec40e605a3
@ -1361,6 +1361,8 @@ namespace netgen
|
||||
throw Exception("Need existing global mesh");
|
||||
mparam.perfstepsstart = perfstepsstart;
|
||||
mparam.perfstepsend = perfstepsend;
|
||||
if(optstring)
|
||||
mparam.optimize3d = *optstring;
|
||||
int res = ng_geometry -> GenerateMesh (mesh, mparam);
|
||||
|
||||
if (res != MESHING3_OK)
|
||||
|
Loading…
Reference in New Issue
Block a user