diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H index 764e20a2a997531ac97ba1758a80f5110acdffdf..1dedaaa82612873954f70fc448738e7062bb8ff9 100644 --- a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H +++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H @@ -157,7 +157,6 @@ public: // and/or mapping. First index is on this patch, second on the // neighbour patch. virtual const edgeList& transformPairs() const; - };