Skip to content
Snippets Groups Projects
Commit 0a746b6a authored by Andrew Heather's avatar Andrew Heather
Browse files

STYLE: Corrected incorrect comment and minor formatting

parent 42b4269c
Branches
Tags
No related merge requests found
......@@ -107,7 +107,7 @@ public:
return IOdictionary::name();
}
//- Read the probes
//- Read output filter properties
virtual bool read();
//- Sample and write
......
......@@ -51,7 +51,7 @@ namespace Foam
class Time;
/*---------------------------------------------------------------------------*\
Class functionObject Declaration
Class functionObject Declaration
\*---------------------------------------------------------------------------*/
class functionObject
......
......@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd.
\\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd.
\\/ M anipulation |
-------------------------------------------------------------------------------
License
......@@ -68,10 +68,10 @@ int main(int argc, char *argv[])
"dictionary name"
);
# include "setRootCase.H"
# include "createTime.H"
#include "setRootCase.H"
#include "createTime.H"
Foam::instantList timeDirs = Foam::timeSelector::select0(runTime, args);
# include "createMesh.H"
#include "createMesh.H"
forAll(timeDirs, timeI)
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment