mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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:
@ -234,7 +234,7 @@ void Foam::fieldValues::cellSource::write()
|
||||
{
|
||||
if (Pstream::master())
|
||||
{
|
||||
file() << obr_.time().value();
|
||||
writeTime(file());
|
||||
}
|
||||
|
||||
if (writeVolume_)
|
||||
|
||||
Reference in New Issue
Block a user