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

"0" now resets the onelab db

parent bed94660
No related branches found
No related tags found
No related merge requests found
...@@ -308,7 +308,7 @@ namespace onelabUtils { ...@@ -308,7 +308,7 @@ namespace onelabUtils {
} }
else if(action == "reset"){ else if(action == "reset"){
setFirstComputationFlag(false); setFirstComputationFlag(false);
OpenProject(GModel::current()->getFileName()); // nothing more to do: "check" will be called right afterwards
} }
else if(action == "check"){ else if(action == "check"){
if(onelab::server::instance()->getChanged("Gmsh") || if(onelab::server::instance()->getChanged("Gmsh") ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment