From 25e0a41eefc56a762457a87c6c33c31177caea1e Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sat, 26 Nov 2016 17:30:52 +0000 Subject: [PATCH] functionObjects::yPlus: Removed the AUTO_WRITE option on yPlus Writing is controlled directly by the functionObject --- src/functionObjects/field/yPlus/yPlus.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functionObjects/field/yPlus/yPlus.C b/src/functionObjects/field/yPlus/yPlus.C index 34f83f9583..64c032c9f9 100644 --- a/src/functionObjects/field/yPlus/yPlus.C +++ b/src/functionObjects/field/yPlus/yPlus.C @@ -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)