uniformDensityHydrostaticPressureFvPatchScalarField: Removed optional "true" argument

This commit is contained in:
Henry Weller
2018-04-04 13:37:53 +01:00
parent c9c9fce4ee
commit 49cf7f8d19

View File

@ -54,7 +54,7 @@ uniformDensityHydrostaticPressureFvPatchScalarField
const dictionary& dict
)
:
fixedValueFvPatchScalarField(p, iF, dict, true),
fixedValueFvPatchScalarField(p, iF, dict),
rho_(readScalar(dict.lookup("rho"))),
pRefValue_(readScalar(dict.lookup("pRefValue"))),
pRefPoint_(dict.lookup("pRefPoint"))