Avoid registration of variables which may generate name conflicts

This commit is contained in:
Henry
2015-02-12 13:20:20 +00:00
parent 862697d49f
commit cf94b78e62

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_