From 4e1e1c9c730cbd26d2278cea61a1f13581e6d7f3 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 20 Jul 2010 22:21:38 +0100
Subject: [PATCH] STYLE: line length

---
 src/meshTools/indexedOctree/indexedOctree.C | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/meshTools/indexedOctree/indexedOctree.C b/src/meshTools/indexedOctree/indexedOctree.C
index 9fef714a750..c251ccfc440 100644
--- a/src/meshTools/indexedOctree/indexedOctree.C
+++ b/src/meshTools/indexedOctree/indexedOctree.C
@@ -1046,7 +1046,8 @@ Foam::point Foam::indexedOctree<Type>::pushPointIntoFace
 }
 
 
-//// Takes a bb and a point on the outside of the bb. Checks if on multiple faces
+//// Takes a bb and a point on the outside of the bb. Checks if on multiple
+// faces
 //// and if so perturbs point so it is only on one face.
 //template <class Type>
 //void Foam::indexedOctree<Type>::checkMultipleFaces
-- 
GitLab