diff --git a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C index 910efba4e8..b2552fb610 100644 --- a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C +++ b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C @@ -196,9 +196,9 @@ void Foam::AMIInterpolation::normaliseWeights Info<< indent << "AMI: Patch " << patchName << " sum(weights)" - << " min = " << gMin(wghtSum) - << " max = " << gMax(wghtSum) - << " average = " << gAverage(wghtSum) << nl; + << " min:" << gMin(wghtSum) + << " max:" << gMax(wghtSum) + << " average:" << gAverage(wghtSum) << nl; const label nLow = returnReduce(nLowWeight, sumOp