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