Skip to content
Snippets Groups Projects
Commit 78fd0505 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: juggle some advanced/non-advanced options (foamToVTK, foamToEnsight)

parent 5d9e278e
Branches
Tags
No related merge requests found
......@@ -132,6 +132,11 @@ int main(int argc, char *argv[])
" the internalMesh and for each patch."
);
timeSelector::addOptions();
// Less frequently used - reduce some clutter
argList::setAdvanced("decomposeParDict");
argList::setAdvanced("noFunctionObjects");
#include "addRegionOption.H"
argList::addBoolOption
......
......@@ -254,7 +254,8 @@ int main(int argc, char *argv[])
);
timeSelector::addOptions();
// Infrequently needed, mark as advanced.
// Less frequently used - reduce some clutter
argList::setAdvanced("decomposeParDict");
argList::setAdvanced("noFunctionObjects");
argList::addBoolOption
......@@ -373,8 +374,7 @@ int main(int argc, char *argv[])
argList::addBoolOption
(
"one-boundary", // allPatches
"Combine all patches into a single file",
true // mark as an advanced option
"Combine all patches into a single file"
);
argList::addOptionCompat("one-boundary", {"allPatches", 1806});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment