From 7230cfd99dd3826f3781848c0332a58755d8691f Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 19 Oct 2012 16:30:22 +0100 Subject: [PATCH] BUG: Cannot do a parallel reduce in this part of the code --- .../AMIInterpolation/AMIInterpolation.C | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C index 7e85e6723e..1f9f4c66ec 100644 --- a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C +++ b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C @@ -266,7 +266,6 @@ Foam::label Foam::AMIInterpolation::findTargetFace const point srcPt = srcFace.centre(srcPts); const scalar srcFaceArea = srcMagSf_[srcFaceI]; -// pointIndexHit sample = treePtr_->findNearest(srcPt, sqr(0.1*bb.mag())); pointIndexHit sample = treePtr_->findNearest(srcPt, 10.0*srcFaceArea); @@ -295,7 +294,6 @@ void Foam::AMIInterpolation::appendNbrFaces DynamicList