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

Loops should force remeshing

parent aadddb85
No related branches found
No related tags found
No related merge requests found
......@@ -143,13 +143,15 @@ namespace onelabUtils {
// force this to make sure that we remesh, even if a mesh exists and we did
// not actually change a Gmsh parameter
if(changed)
if(changed){
setFirstComputationFlag(false);
onelab::server::instance()->setChanged(true, "Gmsh");
}
}
bool incrementLoop(const std::string &level)
{
// called at the end of the do{...} while(incrementLoops);
// called at the end of the do{...} while(incrementLoops);
bool recompute = false, loop = false;
std::vector<onelab::number> numbers;
onelab::server::instance()->get(numbers);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment