ENH: Updated output message

This commit is contained in:
andy
2012-06-12 16:46:23 +01:00
parent f796258ff3
commit 8594f47548

View File

@ -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();