From 652c473b3d6a6c7b07465553297c21cd95572ae5 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Sun, 23 Aug 2015 14:01:15 +0100 Subject: [PATCH] Removed unnecessary return statement --- .../GGIInterpolation/GGIInterpolationQuickRejectTests.C | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/foam/interpolations/GGIInterpolation/GGIInterpolationQuickRejectTests.C b/src/foam/interpolations/GGIInterpolation/GGIInterpolationQuickRejectTests.C index f7de56cba..282fa7579 100644 --- a/src/foam/interpolations/GGIInterpolation/GGIInterpolationQuickRejectTests.C +++ b/src/foam/interpolations/GGIInterpolation/GGIInterpolationQuickRejectTests.C @@ -561,8 +561,6 @@ void GGIInterpolation::findNeighboursBBOctree { result[i].transfer(candidateMasterNeighbors[i].shrink()); } - - return; }