From 7edacd3ab08db977f0de457522d8f36bdd540f4a Mon Sep 17 00:00:00 2001 From: Kutalmis Bercin Date: Thu, 22 Jun 2023 17:34:31 +0100 Subject: [PATCH] ENH: yPlus: eliminate field IO control of controlDict (fixes #2813) --- src/functionObjects/field/yPlus/yPlus.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functionObjects/field/yPlus/yPlus.C b/src/functionObjects/field/yPlus/yPlus.C index 68365a610e..4296484fd3 100644 --- a/src/functionObjects/field/yPlus/yPlus.C +++ b/src/functionObjects/field/yPlus/yPlus.C @@ -6,7 +6,7 @@ \\/ M anipulation | ------------------------------------------------------------------------------- Copyright (C) 2013-2016 OpenFOAM Foundation - Copyright (C) 2016-2021 OpenCFD Ltd. + Copyright (C) 2016-2023 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -87,7 +87,7 @@ Foam::functionObjects::yPlus::yPlus mesh_.time().timeName(), mesh_, IOobject::NO_READ, - IOobject::AUTO_WRITE, + IOobject::NO_WRITE, IOobject::REGISTER ), mesh_,