- ensure that the standard options (eg, from timeSelector) also have some usage information
12 lines
165 B
C
12 lines
165 B
C
//
|
|
// addRegionOption.H
|
|
// ~~~~~~~~~~~~~~~~~
|
|
|
|
Foam::argList::addOption
|
|
(
|
|
"region",
|
|
"name",
|
|
"specify alternative mesh region"
|
|
);
|
|
|