diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.C index bc132c24ab..db304f4b2e 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.C @@ -6,7 +6,7 @@ \\/ M anipulation | ------------------------------------------------------------------------------- Copyright (C) 2011-2016 OpenFOAM Foundation - Copyright (C) 2018-2023 OpenCFD Ltd. + Copyright (C) 2018-2024 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -95,9 +95,7 @@ Foam::polyPatch::polyPatch bm.mesh().points() ), start_(start), - boundaryMesh_(bm), - faceCellsPtr_(nullptr), - mePtr_(nullptr) + boundaryMesh_(bm) { if (constraintType(patchType)) { @@ -124,9 +122,7 @@ Foam::polyPatch::polyPatch bm.mesh().points() ), start_(start), - boundaryMesh_(bm), - faceCellsPtr_(nullptr), - mePtr_(nullptr) + boundaryMesh_(bm) {} @@ -151,9 +147,7 @@ Foam::polyPatch::polyPatch bm.mesh().points() ), start_(dict.get