functionObjects::yPlus: Removed the AUTO_WRITE option on yPlus
Writing is controlled directly by the functionObject
This commit is contained in:
parent
bfa7bb85e5
commit
644a641b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue