STYLE: Updated info message

This commit is contained in:
andy 2013-04-11 16:24:43 +01:00
parent 12fed65820
commit 72d0ffbcd0

View File

@ -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;