Skip to content
Snippets Groups Projects
Commit 8594f475 authored by andy's avatar andy
Browse files

ENH: Updated output message

parent f796258f
No related merge requests found
......@@ -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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment