Correct Info stream if bounding due to boundary values

This commit is contained in:
Oliver Borm (boroli) 2011-05-03 18:44:48 +02:00
parent 4a271dbf06
commit 6f45883f55

View file

@ -73,8 +73,8 @@ void Foam::boundMinMax
if (minVsf < vsf0.value() || maxVsf > vsf1.value())
{
Info<< "bounding " << vsf.name()
<< ", min: " << gMin(vsf.internalField())
<< " max: " << gMax(vsf.internalField())
<< ", min: " << minVsf
<< " max: " << maxVsf
<< " average: " << gAverage(vsf.internalField())
<< endl;
}