BUG: Corrected output from BC for parallel running

This commit is contained in:
andy
2012-06-12 15:56:47 +01:00
parent 1e0a9c5ec8
commit f796258ff3

View File

@ -209,8 +209,8 @@ void Foam::waveSurfacePressureFvPatchScalarField::updateCoeffs()
<< exit(FatalError); << exit(FatalError);
} }
Info<< "min/max mag(zetap) = " << min(zetap & nf()) << ", " Info<< "min/max mag(zetap) = " << gMin(zetap & nf()) << ", "
<< max(zetap & nf()) << endl; << gMax(zetap & nf()) << endl;
fixedValueFvPatchScalarField::updateCoeffs(); fixedValueFvPatchScalarField::updateCoeffs();
} }