BUG: function objects - updated writeFileHeader for some objects - mantis #1193

This commit is contained in:
andy
2014-02-26 13:47:33 +00:00
committed by Andrew Heather
parent 042dd8ea3f
commit 02e20513d9
5 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -43,6 +43,7 @@ void Foam::cloudInfo::writeFileHeader(const label i)
writeCommented(file(), "Time");
writeTabbed(file(), "nParcels");
writeTabbed(file(), "mass");
file() << endl;
}