openfoam/applications/utilities/postProcessing/dataConversion/foamToGMV/gmvOutputTail.H
Mark Olesen a50f01b079 STYLE: use forAllIter, forAllConstIter instead of long-hand version
STYLE: use 'forAll(' NOT 'forAll (', as per coding guide
2010-04-12 11:18:38 +02:00

4 lines
79 B
C

gmvFile
<< "probtime " << runTime.timeName() << nl
<< "endgmv" << nl;