BUG: inconsistent AMI information (issue #860)

- use "min:xxx" format for AMIInterpolation as well
This commit is contained in:
Mark Olesen
2018-07-04 09:13:11 +02:00
parent d04100a99e
commit baba0069d4

View File

@ -196,9 +196,9 @@ void Foam::AMIInterpolation<SourcePatch, TargetPatch>::normaliseWeights
Info<< indent Info<< indent
<< "AMI: Patch " << patchName << "AMI: Patch " << patchName
<< " sum(weights)" << " sum(weights)"
<< " min = " << gMin(wghtSum) << " min:" << gMin(wghtSum)
<< " max = " << gMax(wghtSum) << " max:" << gMax(wghtSum)
<< " average = " << gAverage(wghtSum) << nl; << " average:" << gAverage(wghtSum) << nl;
const label nLow = returnReduce(nLowWeight, sumOp<label>()); const label nLow = returnReduce(nLowWeight, sumOp<label>());