From 9bb236119cd59db63a43e2a50174250a8b295535 Mon Sep 17 00:00:00 2001 From: Andrew Heather <a.heather@opencfd.co.uk> Date: Tue, 13 Mar 2018 08:54:39 +0000 Subject: [PATCH] BUG: removed incorrect code from cyclicFaPatch referring to cyclicPolyPatch. See #761 --- .../faMesh/faPatches/constraint/cyclic/cyclicFaPatch.C | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/finiteArea/faMesh/faPatches/constraint/cyclic/cyclicFaPatch.C b/src/finiteArea/faMesh/faPatches/constraint/cyclic/cyclicFaPatch.C index b8f362f457d..0b6e933742b 100644 --- a/src/finiteArea/faMesh/faPatches/constraint/cyclic/cyclicFaPatch.C +++ b/src/finiteArea/faMesh/faPatches/constraint/cyclic/cyclicFaPatch.C @@ -281,13 +281,6 @@ Foam::tmp<Foam::vectorField> Foam::cyclicFaPatch::delta() const } -Foam::label Foam::cyclicPolyPatch::neighbPatchID() const -{ - NotImplemented; - return -1; -} - - Foam::tmp<Foam::labelField> Foam::cyclicFaPatch::interfaceInternalField ( const labelUList& internalData -- GitLab