Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Andrew Heather
2018-07-10 16:42:59 +01:00
5768 changed files with 5781 additions and 5772 deletions

View File

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