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:
Henry Weller
2015-11-20 13:22:51 +00:00
parent 36fe080bc7
commit 016aad0d72
13 changed files with 30 additions and 15 deletions

View File

@ -234,7 +234,7 @@ void Foam::fieldValues::cellSource::write()
{
if (Pstream::master())
{
file() << obr_.time().value();
writeTime(file());
}
if (writeVolume_)