mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add usage notes to more utilities and solvers
This commit is contained in:
@ -208,6 +208,12 @@ void createFieldFiles
|
||||
// Main program:
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
argList::addNote
|
||||
(
|
||||
"Create a 0/ directory with fields appropriate for the chosen"
|
||||
" solver and turbulence model."
|
||||
);
|
||||
|
||||
argList::addOption
|
||||
(
|
||||
"templateDir",
|
||||
|
||||
Reference in New Issue
Block a user