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
runTime_.timeName(),
runTime_,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
IOobject::AUTO_WRITE,
false
)
),
meshCutter_
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment