mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
writeRegisteredObject: Now writes the <time>/uniform/time dictionary
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user