functionObjects::yPlus: Removed the AUTO_WRITE option on yPlus

Writing is controlled directly by the functionObject
This commit is contained in:
Henry Weller
2016-11-26 17:30:52 +00:00
parent bfa7bb85e5
commit 644a641b5f

View File

@ -133,7 +133,7 @@ Foam::functionObjects::yPlus::yPlus
mesh_.time().timeName(),
mesh_,
IOobject::NO_READ,
IOobject::AUTO_WRITE
IOobject::NO_WRITE
),
mesh_,
dimensionedScalar("0", dimless, 0.0)