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

This commit is contained in:
Mark Olesen
2018-12-13 02:39:41 +01:00
parent 5d9e278e92
commit 78fd05051b
2 changed files with 8 additions and 3 deletions

View File

@ -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});