mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Avoid registration of variables which may generate name conflicts
This commit is contained in:
@ -796,7 +796,8 @@ Foam::backgroundMeshDecomposition::backgroundMeshDecomposition
|
||||
runTime_.timeName(),
|
||||
runTime_,
|
||||
IOobject::MUST_READ,
|
||||
IOobject::AUTO_WRITE
|
||||
IOobject::AUTO_WRITE,
|
||||
false
|
||||
)
|
||||
),
|
||||
meshCutter_
|
||||
|
||||
Reference in New Issue
Block a user