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"
|
|
);
|