Other utilities: standardised argument naming for files

This commit is contained in:
Chris Greenshields
2017-05-12 15:16:29 +01:00
parent 0314fca170
commit d05ef92a47
4 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -54,7 +54,7 @@ using namespace Foam;
int main(int argc, char *argv[])
{
argList::noParallel();
argList::validArgs.append("outputFile.ext");
argList::validArgs.append("output surface file");
timeSelector::addOptions();
argList::addOption

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -52,7 +52,7 @@ int main(int argc, char *argv[])
);
argList::noParallel();
argList::validArgs.append("surfaceFile");
argList::validArgs.append("surface file");
argList::validArgs.append("cellSet");
#include "setRootCase.H"