mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: execFlowFunctionObjects: remove excess Foam::
This commit is contained in:
@ -438,9 +438,9 @@ autoPtr<functionObjectList> readFunctionObjects
|
|||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
Foam::timeSelector::addOptions();
|
timeSelector::addOptions();
|
||||||
#include "addRegionOption.H"
|
#include "addRegionOption.H"
|
||||||
Foam::argList::addBoolOption
|
argList::addBoolOption
|
||||||
(
|
(
|
||||||
"noFlow",
|
"noFlow",
|
||||||
"suppress creating flow models"
|
"suppress creating flow models"
|
||||||
@ -449,7 +449,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
#include "setRootCase.H"
|
#include "setRootCase.H"
|
||||||
#include "createTime.H"
|
#include "createTime.H"
|
||||||
Foam::instantList timeDirs = Foam::timeSelector::select0(runTime, args);
|
instantList timeDirs = timeSelector::select0(runTime, args);
|
||||||
#include "createNamedMesh.H"
|
#include "createNamedMesh.H"
|
||||||
|
|
||||||
// Externally stored dictionary for functionObjectList
|
// Externally stored dictionary for functionObjectList
|
||||||
|
|||||||
Reference in New Issue
Block a user