From 511567be3804135acebdf84f63c315398da27e52 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Fri, 22 Oct 2010 12:19:34 +0100
Subject: [PATCH] STYLE: cyclicPolyPatch : 80 char limit

---
 .../constraint/oldCyclic/oldCyclicPolyPatch.C            | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/oldCyclic/oldCyclicPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/oldCyclic/oldCyclicPolyPatch.C
index 2dcbfef30ee..218debfa5b0 100644
--- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/oldCyclic/oldCyclicPolyPatch.C
+++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/oldCyclic/oldCyclicPolyPatch.C
@@ -361,7 +361,8 @@ void Foam::oldCyclicPolyPatch::getCentresAndAnchors
         //    if (debug)
         //    {
         //        Pout<< "oldCyclicPolyPatch::getCentresAndAnchors :"
-        //            << "Specified translation : " << separationVector_ << endl;
+        //            << "Specified translation : " << separationVector_
+        //            << endl;
         //    }
         //
         //    half0Ctrs += separationVector_;
@@ -946,7 +947,6 @@ bool Foam::oldCyclicPolyPatch::order
                 << endl;
 
             // Recalculate untransformed face centres
-            //pointField rawHalf0Ctrs = calcFaceCentres(half0Faces, pp.points());
             label vertI = 0;
 
             forAll(half1Ctrs, i)
@@ -954,7 +954,6 @@ bool Foam::oldCyclicPolyPatch::order
                 if (from1To0[i] != -1)
                 {
                     // Write edge between c1 and c0
-                    //const point& c0 = rawHalf0Ctrs[from1To0[i]];
                     const point& c0 = half0Ctrs[from1To0[i]];
                     const point& c1 = half1Ctrs[i];
                     writeOBJ(ccStr, c0, c1, vertI);
@@ -1059,7 +1058,6 @@ bool Foam::oldCyclicPolyPatch::order
                     << endl;
 
                 // Recalculate untransformed face centres
-                //pointField rawHalf0Ctrs = calcFaceCentres(half0Faces, pp.points());
                 label vertI = 0;
 
                 forAll(half1Ctrs, i)
@@ -1067,7 +1065,6 @@ bool Foam::oldCyclicPolyPatch::order
                     if (from1To0[i] != -1)
                     {
                         // Write edge between c1 and c0
-                        //const point& c0 = rawHalf0Ctrs[from1To0[i]];
                         const point& c0 = half0Ctrs[from1To0[i]];
                         const point& c1 = half1Ctrs[i];
                         writeOBJ(ccStr, c0, c1, vertI);
@@ -1145,7 +1142,6 @@ bool Foam::oldCyclicPolyPatch::order
                 << endl;
 
             // Recalculate untransformed face centres
-            //pointField rawHalf0Ctrs = calcFaceCentres(half0Faces, pp.points());
             label vertI = 0;
 
             forAll(half1Ctrs, i)
@@ -1153,7 +1149,6 @@ bool Foam::oldCyclicPolyPatch::order
                 if (from1To0[i] != -1)
                 {
                     // Write edge between c1 and c0
-                    //const point& c0 = rawHalf0Ctrs[from1To0[i]];
                     const point& c0 = half0Ctrs[from1To0[i]];
                     const point& c1 = half1Ctrs[i];
                     writeOBJ(ccStr, c0, c1, vertI);
-- 
GitLab