mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
incorrect read option
This commit is contained in:
@ -259,7 +259,7 @@ void Foam::fieldAverage::readAveragingProperties()
|
|||||||
obr_.time().timeName(),
|
obr_.time().timeName(),
|
||||||
"uniform",
|
"uniform",
|
||||||
obr_,
|
obr_,
|
||||||
IOobject::NO_READ,
|
IOobject::MUST_READ,
|
||||||
IOobject::NO_WRITE,
|
IOobject::NO_WRITE,
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user