mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updated output message
This commit is contained in:
@ -209,7 +209,7 @@ void Foam::waveSurfacePressureFvPatchScalarField::updateCoeffs()
|
||||
<< exit(FatalError);
|
||||
}
|
||||
|
||||
Info<< "min/max mag(zetap) = " << gMin(zetap & nf()) << ", "
|
||||
Info<< "min/max(zetap) = " << gMin(zetap & nf()) << ", "
|
||||
<< gMax(zetap & nf()) << endl;
|
||||
|
||||
fixedValueFvPatchScalarField::updateCoeffs();
|
||||
|
||||
Reference in New Issue
Block a user