Skip to content
Snippets Groups Projects
Commit 644a641b authored by Henry Weller's avatar Henry Weller
Browse files

functionObjects::yPlus: Removed the AUTO_WRITE option on yPlus

Writing is controlled directly by the functionObject
parent bfa7bb85
Branches
Tags
No related merge requests found
......@@ -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)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment