mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add notes to some (most) command-line options
- mapFields and splitMeshRegions need more clarification
This commit is contained in:
@ -176,7 +176,11 @@ static void writeFaceData
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
argList::noParallel();
|
||||
argList::addBoolOption("noWall");
|
||||
argList::addBoolOption
|
||||
(
|
||||
"noWall",
|
||||
"skip setting wall information"
|
||||
);
|
||||
timeSelector::addOptions(true, false);
|
||||
|
||||
# include "setRootCase.H"
|
||||
|
||||
Reference in New Issue
Block a user