Correct Info stream if bounding due to boundary values
This commit is contained in:
parent
4a271dbf06
commit
6f45883f55
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue