STYLE: Corrected incorrect comment and minor formatting

This commit is contained in:
andy
2010-04-07 11:40:28 +01:00
parent 42b4269c4e
commit 0a746b6a82
3 changed files with 6 additions and 6 deletions

View File

@ -107,7 +107,7 @@ public:
return IOdictionary::name(); return IOdictionary::name();
} }
//- Read the probes //- Read output filter properties
virtual bool read(); virtual bool read();
//- Sample and write //- Sample and write

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. \\ / A nd | Copyright (C) 1991-2010 OpenCFD Ltd.
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -68,10 +68,10 @@ int main(int argc, char *argv[])
"dictionary name" "dictionary name"
); );
# include "setRootCase.H" #include "setRootCase.H"
# include "createTime.H" #include "createTime.H"
Foam::instantList timeDirs = Foam::timeSelector::select0(runTime, args); Foam::instantList timeDirs = Foam::timeSelector::select0(runTime, args);
# include "createMesh.H" #include "createMesh.H"
forAll(timeDirs, timeI) forAll(timeDirs, timeI)
{ {