From 72d0ffbcd05b2f529d4b9aaab6eecfde0236d318 Mon Sep 17 00:00:00 2001
From: andy <andy>
Date: Thu, 11 Apr 2013 16:24:43 +0100
Subject: [PATCH] STYLE: Updated info message

---
 .../AMIInterpolation/AMIInterpolation/AMIInterpolation.C       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C b/src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C
index 291e6a48167..6dbcfa2c78e 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;
-- 
GitLab