Skip to content
Snippets Groups Projects
Commit 72d0ffbc authored by andy's avatar andy
Browse files

STYLE: Updated info message

parent 12fed658
Branches
Tags
No related merge requests found
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment