mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: add -verbose option to surface conversion, cleanup
- by default, reduce the amount of output ENH: support default text description for -verbose option - simplifies use in more places.
This commit is contained in:
@ -334,7 +334,7 @@ int main(int argc, char *argv[])
|
||||
"Test without writing the decomposition. "
|
||||
"Changes -cellDist to only write VTK output."
|
||||
);
|
||||
argList::addVerboseOption("Additional verbosity");
|
||||
argList::addVerboseOption();
|
||||
argList::addOption
|
||||
(
|
||||
"domains",
|
||||
|
||||
@ -92,7 +92,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
#include "addAllRegionOptions.H"
|
||||
|
||||
argList::addVerboseOption("Additional verbosity");
|
||||
argList::addVerboseOption();
|
||||
argList::addOption
|
||||
(
|
||||
"fields",
|
||||
|
||||
@ -594,7 +594,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
argList::noParallel();
|
||||
|
||||
argList::addVerboseOption("Additional verbosity");
|
||||
argList::addVerboseOption();
|
||||
argList::addBoolOption
|
||||
(
|
||||
"addressing-only",
|
||||
|
||||
@ -1020,7 +1020,7 @@ int main(int argc, char *argv[])
|
||||
#include "addOverwriteOption.H"
|
||||
argList::addBoolOption("decompose", "Decompose case");
|
||||
argList::addBoolOption("reconstruct", "Reconstruct case");
|
||||
argList::addVerboseOption("Additional verbosity");
|
||||
argList::addVerboseOption();
|
||||
argList::addDryRunOption
|
||||
(
|
||||
"Test without writing the decomposition. "
|
||||
|
||||
Reference in New Issue
Block a user