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

don't force Gmsh/changed on loops; forcing _firstComputation=false should be enough

parent cea35d17
No related branches found
No related tags found
No related merge requests found
...@@ -141,12 +141,8 @@ namespace onelabUtils { ...@@ -141,12 +141,8 @@ namespace onelabUtils {
} }
} }
// force this to make sure that we remesh, even if a mesh exists and we did // force this to make sure that we remesh, even if a mesh exists on disk
// not actually change a Gmsh parameter if(changed) setFirstComputationFlag(false);
if(changed){
setFirstComputationFlag(false);
onelab::server::instance()->setChanged(true, "Gmsh");
}
} }
bool incrementLoop(const std::string &level) bool incrementLoop(const std::string &level)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment