Avoid registration of variables which may generate name conflicts
This commit is contained in:
parent
862697d49f
commit
cf94b78e62
1 changed files with 2 additions and 1 deletions
|
|
@ -796,7 +796,8 @@ Foam::backgroundMeshDecomposition::backgroundMeshDecomposition
|
|||
runTime_.timeName(),
|
||||
runTime_,
|
||||
IOobject::MUST_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
IOobject::AUTO_WRITE,
|
||||
false
|
||||
)
|
||||
),
|
||||
meshCutter_
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue