STYLE: use MUST_READ consistently for decomposeParDict

- there was a slight mix of MUST_READ and MUST_READ_IF_MODIFIED
  but with no obvious code to handle runtime modified values
  of the decomposition, or how this works with alternative
  dictionaries.
This commit is contained in:
Mark Olesen
2016-11-24 11:26:03 +01:00
parent e9e9760329
commit 55ed6ec776
5 changed files with 5 additions and 5 deletions

View File

@ -847,7 +847,7 @@ Foam::distributedTriSurfaceMesh::independentlyDistributedBbs
"decomposeParDict",
searchableSurface::time().system(),
searchableSurface::time(),
IOobject::MUST_READ_IF_MODIFIED,
IOobject::MUST_READ,
IOobject::NO_WRITE
)
)