mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
General:
* -roots, -hostRoots, -fileHandler
Specific:
* -to <coordinateSystem> -from <coordinateSystem>
- Display -help-compat when compatibility or ignored options are available
STYLE: capitalization of options text
11 lines
178 B
C
11 lines
178 B
C
//
|
|
// addRegionOption.H
|
|
// ~~~~~~~~~~~~~~~~~
|
|
|
|
Foam::argList::addOption
|
|
(
|
|
"regions",
|
|
"(name1 .. nameN)",
|
|
"Specify alternative mesh regions"
|
|
);
|