From 0458873bfaa81e701a6cf16ba47026d237d2b634 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 18 Nov 2011 18:17:55 +0000 Subject: [PATCH] STYLE: Minor code formatting update --- .../pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.H index 764e20a2a9..1dedaaa826 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; - };