writeRegisteredObject: Now writes the <time>/uniform/time dictionary

This commit is contained in:
Henry Weller
2016-05-17 12:36:49 +01:00
parent 154a4c9e34
commit 8f45162c6c
3 changed files with 47 additions and 24 deletions

View File

@ -103,6 +103,11 @@ bool Foam::functionObjects::writeRegisteredObject::write
{
Info<< type() << " " << name() << " output:" << nl;
if (!obr_.time().writeTime())
{
obr_.time().writeTimeDict();
}
DynamicList<word> allNames(obr_.toc().size());
forAll(objectNames_, i)
{