diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/overlapGgi/overlapGgiPolyPatchTemplates.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/overlapGgi/overlapGgiPolyPatchTemplates.C index cb39c323d..927f29615 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/overlapGgi/overlapGgiPolyPatchTemplates.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/overlapGgi/overlapGgiPolyPatchTemplates.C @@ -37,7 +37,6 @@ template Foam::tmp > Foam::overlapGgiPolyPatch::expandSlaveData(const Field& spf) const { - const scalar slaveAngle = shadow().angle(); const label ncp = shadow().nCopies(); @@ -63,6 +62,7 @@ Foam::overlapGgiPolyPatch::expandSlaveData(const Field& spf) const return tef; } + template Foam::tmp > Foam::overlapGgiPolyPatch::expandMasterData(const Field& spf) const