ENH: fvMesh: no meshPhi writing

This commit is contained in:
mattijs
2013-05-02 14:00:53 +01:00
parent 980f4cdc1a
commit 4980b20768

View File

@ -192,7 +192,7 @@ Foam::fvMesh::fvMesh(const IOobject& io)
time().timeName(),
*this,
IOobject::MUST_READ,
IOobject::AUTO_WRITE,
IOobject::NO_WRITE,
false
),
*this
@ -588,7 +588,7 @@ Foam::tmp<Foam::scalarField> Foam::fvMesh::movePoints(const pointField& p)
this->time().timeName(),
*this,
IOobject::NO_READ,
IOobject::AUTO_WRITE,
IOobject::NO_WRITE,
false
),
*this,