Skip to content
Snippets Groups Projects
Commit d339f821 authored by andy's avatar andy
Browse files

BUG: fieldAverage - corrected restart behavikour - mantis #898

parent a6f17ede
No related merge requests found
......@@ -78,7 +78,7 @@ void Foam::fieldAverage::addMeanField
IOobject
(
meanFieldName,
obr_.time().timeName(),
obr_.time().timeName(obr_.time().startTime().value()),
obr_,
IOobject::READ_IF_PRESENT,
IOobject::NO_WRITE
......@@ -145,7 +145,7 @@ void Foam::fieldAverage::addPrime2MeanField
IOobject
(
meanFieldName,
obr_.time().timeName(),
obr_.time().timeName(obr_.time().startTime().value()),
obr_,
IOobject::READ_IF_PRESENT,
IOobject::NO_WRITE
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment