functionObjects: Format time according to the specification in controlDict
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1921
This commit is contained in:
@ -129,8 +129,9 @@ void Foam::cloudInfo::write()
|
||||
|
||||
if (Pstream::master())
|
||||
{
|
||||
writeTime(file(i));
|
||||
file(i)
|
||||
<< obr_.time().value() << token::TAB
|
||||
<< token::TAB
|
||||
<< nParcels << token::TAB
|
||||
<< massInSystem << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user