fixedGradient writes value - avoid duplicate write

This commit is contained in:
Hrvoje Jasak 2019-06-18 14:59:11 +01:00
parent 31ea91e35b
commit 6c80a5b3e4
2 changed files with 0 additions and 2 deletions

View file

@ -192,7 +192,6 @@ void Foam::gradientEnthalpyFvPatchScalarField::updateCoeffs()
void Foam::gradientEnthalpyFvPatchScalarField::write(Ostream& os) const void Foam::gradientEnthalpyFvPatchScalarField::write(Ostream& os) const
{ {
fixedGradientFvPatchScalarField::write(os); fixedGradientFvPatchScalarField::write(os);
writeEntry("value", os);
} }

View file

@ -128,7 +128,6 @@ void gradientInternalEnergyFvPatchScalarField::updateCoeffs()
void Foam::gradientInternalEnergyFvPatchScalarField::write(Ostream& os) const void Foam::gradientInternalEnergyFvPatchScalarField::write(Ostream& os) const
{ {
fixedGradientFvPatchScalarField::write(os); fixedGradientFvPatchScalarField::write(os);
writeEntry("value", os);
} }