COMP: cellSource compilation

This commit is contained in:
mattijs
2010-06-02 11:08:52 +01:00
parent f1ee573aa0
commit 2eab4044f6
4 changed files with 6 additions and 6 deletions

View File

@ -260,7 +260,7 @@ void Foam::readerDatabase::loadMesh()
meshPtr_ = new fvMeshSubset
(
*runTimePtr_,
IOobject::MUST_READ_IF_MODIFIED,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
);