Avoid registration of variables which may generate name conflicts

This commit is contained in:
Henry
2015-02-12 13:20:20 +00:00
parent ab1ecc1451
commit 7a25d8978c

View File

@ -796,7 +796,8 @@ Foam::backgroundMeshDecomposition::backgroundMeshDecomposition
runTime_.timeName(), runTime_.timeName(),
runTime_, runTime_,
IOobject::MUST_READ, IOobject::MUST_READ,
IOobject::AUTO_WRITE IOobject::AUTO_WRITE,
false
) )
), ),
meshCutter_ meshCutter_