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:
@ -452,7 +452,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
// Enable -constant ... if someone really wants it
|
||||
// Enable -withZero to prevent accidentally trashing the initial fields
|
||||
timeSelector::addOptions(true, true);
|
||||
timeSelector::addOptions(true, true); // constant(true), zero(true)
|
||||
|
||||
argList::noParallel();
|
||||
argList::addOption
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user