functionObjects::yPlus: Removed the AUTO_WRITE option on yPlus
Writing is controlled directly by the functionObject
This commit is contained in:
@ -133,7 +133,7 @@ Foam::functionObjects::yPlus::yPlus
|
|||||||
mesh_.time().timeName(),
|
mesh_.time().timeName(),
|
||||||
mesh_,
|
mesh_,
|
||||||
IOobject::NO_READ,
|
IOobject::NO_READ,
|
||||||
IOobject::AUTO_WRITE
|
IOobject::NO_WRITE
|
||||||
),
|
),
|
||||||
mesh_,
|
mesh_,
|
||||||
dimensionedScalar("0", dimless, 0.0)
|
dimensionedScalar("0", dimless, 0.0)
|
||||||
|
|||||||
Reference in New Issue
Block a user