From a97ff291c0c891d07d84255d83a48d5e3e42a4a1 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 9 Apr 2013 17:53:12 +0100 Subject: [PATCH] STYLE: Minor code formatting --- .../constraint/processorCyclic/processorCyclicPolyPatch.H | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processorCyclic/processorCyclicPolyPatch.H b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processorCyclic/processorCyclicPolyPatch.H index 0b9d4f70d9..76a833ba61 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processorCyclic/processorCyclicPolyPatch.H +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processorCyclic/processorCyclicPolyPatch.H @@ -45,7 +45,7 @@ namespace Foam { /*---------------------------------------------------------------------------*\ - Class processorCyclicPolyPatch Declaration + Class processorCyclicPolyPatch Declaration \*---------------------------------------------------------------------------*/ class processorCyclicPolyPatch @@ -63,8 +63,6 @@ class processorCyclicPolyPatch //- Index of originating patch mutable label referPatchID_; - // Private member functions - protected: @@ -223,8 +221,7 @@ public: // Destructor - - virtual ~processorCyclicPolyPatch(); + virtual ~processorCyclicPolyPatch(); // Member functions