Skip to content
Snippets Groups Projects
Commit 7a25d897 authored by Henry's avatar Henry
Browse files

Avoid registration of variables which may generate name conflicts

parent ab1ecc14
Branches
Tags
No related merge requests found
...@@ -796,7 +796,8 @@ Foam::backgroundMeshDecomposition::backgroundMeshDecomposition ...@@ -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_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment