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

remove obsolete -mpass option

parent 58a3d2bb
Branches
Tags
No related merge requests found
...@@ -107,7 +107,6 @@ std::vector<std::pair<std::string, std::string> > GetUsage() ...@@ -107,7 +107,6 @@ std::vector<std::pair<std::string, std::string> > GetUsage()
s.push_back(mp("-rand float", "Set random perturbation factor")); s.push_back(mp("-rand float", "Set random perturbation factor"));
s.push_back(mp("-bgm file", "Load background mesh from file")); s.push_back(mp("-bgm file", "Load background mesh from file"));
s.push_back(mp("-check", "Perform various consistency checks on mesh")); s.push_back(mp("-check", "Perform various consistency checks on mesh"));
s.push_back(mp("-mpass int", "Do several passes on the mesh for complex background fields"));
s.push_back(mp("-ignorePartBound", "Ignore partitions boundaries")); s.push_back(mp("-ignorePartBound", "Ignore partitions boundaries"));
#if defined(HAVE_FLTK) #if defined(HAVE_FLTK)
s.push_back(mp("Post-processing options:", "")); s.push_back(mp("Post-processing options:", ""));
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment