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:35:17 +00:00
parent 35f4d2da07
commit 769940a61b

View file

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