diff --git a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C index 291e6a4816760bf495a570f941c5771f6e1daa64..6dbcfa2c78e69473ca2ec15c2e660048ec0a425b 100644 --- a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C +++ b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C @@ -113,7 +113,8 @@ void Foam::AMIInterpolation<SourcePatch, TargetPatch>::normaliseWeights if (nFace) { - IInfo<< "AMI: Patch " << patchName << " weights min/max/average = " + IInfo<< "AMI: Patch " << patchName + << " sum(weights) min/max/average = " << gMin(wghtSum) << ", " << gMax(wghtSum) << ", " << gAverage(wghtSum) << endl;