diff --git a/src/meshTools/AMIInterpolation/patches/cyclicPeriodicAMI/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.C b/src/meshTools/AMIInterpolation/patches/cyclicPeriodicAMI/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.C index 8e683b1169..15a23a608c 100644 --- a/src/meshTools/AMIInterpolation/patches/cyclicPeriodicAMI/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.C +++ b/src/meshTools/AMIInterpolation/patches/cyclicPeriodicAMI/cyclicPeriodicAMIPolyPatch/cyclicPeriodicAMIPolyPatch.C @@ -535,8 +535,36 @@ void Foam::cyclicPeriodicAMIPolyPatch::resetAMI << endl; } - // Normalise the weights + // Normalise the weights. Disable printing since weights are + // still areas. AMIPtr_->normaliseWeights(true, false); + + // Print some statistics + const label nFace = returnReduce(size(), sumOp