From 1aeb9f4d653d1912cd7a797a996633619c828e02 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 12 Nov 2013 15:06:33 +0000 Subject: [PATCH] STYLE: wallPoint: indenting --- src/meshTools/cellDist/wallPoint/wallPointI.H | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/meshTools/cellDist/wallPoint/wallPointI.H b/src/meshTools/cellDist/wallPoint/wallPointI.H index 95f0f02cdb..306a274984 100644 --- a/src/meshTools/cellDist/wallPoint/wallPointI.H +++ b/src/meshTools/cellDist/wallPoint/wallPointI.H @@ -144,8 +144,7 @@ inline bool Foam::wallPoint::sameGeometry const wallPoint& w2, const scalar tol, TrackingData& td -) - const +) const { scalar diff = mag(distSqr() - w2.distSqr());