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

pp

parent 403b6cac
No related branches found
No related tags found
No related merge requests found
......@@ -481,10 +481,11 @@ void GetOptions(int argc, char *argv[])
i++;
}
else if(!strcmp(argv[i] + 1, "optimize")) {
Msg::Warning("The optimize option is now obsolete");
Msg::Warning("Gmsh optimizes tetrahedral meshes by default");
Msg::Warning("Use the \"-optimize_threshold threshold \" to control which elements are optimized");
Msg::Warning("Option \"-optimize_threshold 0 \" leads to no optimization");
Msg::Warning("The '-optimize' option is now obsolete: "
"Gmsh optimizes tetrahedral meshes by default");
Msg::Warning("Use '-optimize_threshold threshold' to "
"control which elements are optimized");
Msg::Warning("Option '-optimize_threshold 0' leads to no optimization");
CTX::instance()->mesh.optimize = 1;
i++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment