mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: consistency in using argList::addArgument, argList::addOption
This commit is contained in:
@ -57,7 +57,7 @@ bool notEqual(const scalar s1, const scalar s2, const scalar tol)
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
#include "addTimeOptions.H"
|
||||
argList::validArgs.append("inflate (true|false)");
|
||||
argList::addArgument("inflate (true|false)");
|
||||
#include "setRootCase.H"
|
||||
#include "createTime.H"
|
||||
#include "createMesh.H"
|
||||
|
||||
Reference in New Issue
Block a user