diff --git a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C index 16714be445..3dd2863e98 100644 --- a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C +++ b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C @@ -247,14 +247,17 @@ void Foam::AMIInterpolation::normaliseWeights << gMin(wghtSum) << ", " << gMax(wghtSum) << ", " << gAverage(wghtSum) << endl; - } - } - if (debug && nLowWeight) - { - Pout<< "AMI: Identified " << nLowWeight - << " faces with weights less than " << lowWeightTol - << endl; + const label nLow = returnReduce(nLowWeight, sumOp