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:
@ -51,7 +51,8 @@ int main(int argc, char *argv[])
|
||||
Foam::argList::addOption
|
||||
(
|
||||
"dict",
|
||||
"dictionary name"
|
||||
"name",
|
||||
"dictionary to use"
|
||||
);
|
||||
|
||||
if (argc < 2)
|
||||
@ -61,7 +62,7 @@ int main(int argc, char *argv[])
|
||||
<< exit(FatalError);
|
||||
}
|
||||
|
||||
word utilityName = argv[1];
|
||||
const word utilityName = argv[1];
|
||||
|
||||
Foam::autoPtr<Foam::calcType> utility
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user