From 7a25d8978c6f60c3c19aefbc651d2c478d61663e Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Thu, 12 Feb 2015 13:20:20 +0000 Subject: [PATCH] Avoid registration of variables which may generate name conflicts --- .../backgroundMeshDecomposition/backgroundMeshDecomposition.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.C b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.C index 4391a5d8a59..25e0f9a73e7 100644 --- a/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.C +++ b/applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/backgroundMeshDecomposition/backgroundMeshDecomposition.C @@ -796,7 +796,8 @@ Foam::backgroundMeshDecomposition::backgroundMeshDecomposition runTime_.timeName(), runTime_, IOobject::MUST_READ, - IOobject::AUTO_WRITE + IOobject::AUTO_WRITE, + false ) ), meshCutter_ -- GitLab