Skip to content
Snippets Groups Projects
Commit c37ac52f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

oops "autoMesh" option was not handled

parent 636860aa
No related branches found
No related tags found
No related merge requests found
...@@ -610,6 +610,8 @@ void onelab_option_cb(Fl_Widget *w, void *data) ...@@ -610,6 +610,8 @@ void onelab_option_cb(Fl_Widget *w, void *data)
CTX::instance()->solver.autoSaveDatabase = val; CTX::instance()->solver.autoSaveDatabase = val;
else if(what == "archive") else if(what == "archive")
CTX::instance()->solver.autoArchiveOutputFiles = val; CTX::instance()->solver.autoArchiveOutputFiles = val;
else if(what == "mesh")
CTX::instance()->solver.autoMesh = val;
else if(what == "merge") else if(what == "merge")
CTX::instance()->solver.autoMergeFile = val; CTX::instance()->solver.autoMergeFile = val;
else if(what == "hide") else if(what == "hide")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment