File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -508,19 +508,19 @@ label DARegression::checkOutput(volScalarField& outputField)
508
508
}
509
509
if (isBounded == 1 )
510
510
{
511
- Info << "************* Warning! output values are bounded between " << outputLowerBound_ << " and " << outputUpperBound_ << endl ;
511
+ Pout << "************* Warning! output values are bounded between " << outputLowerBound_ << " and " << outputUpperBound_ << endl ;
512
512
fail = 1 ;
513
513
}
514
514
515
515
if (isNaN == 1 )
516
516
{
517
- Info << "************* Warning! output values have nan and are set to " << defaultOutputValue_ << endl ;
517
+ Pout << "************* Warning! output values have nan and are set to " << defaultOutputValue_ << endl ;
518
518
fail = 1 ;
519
519
}
520
520
521
521
if (isInf == 1 )
522
522
{
523
- Info << "************* Warning! output values have inf and are set to " << defaultOutputValue_ << endl ;
523
+ Pout << "************* Warning! output values have inf and are set to " << defaultOutputValue_ << endl ;
524
524
fail = 1 ;
525
525
}
526
526
You can’t perform that action at this time.
0 commit comments