fixedGradient writes value - avoid duplicate write
This commit is contained in:
parent
31ea91e35b
commit
6c80a5b3e4
2 changed files with 0 additions and 2 deletions
|
@ -192,7 +192,6 @@ void Foam::gradientEnthalpyFvPatchScalarField::updateCoeffs()
|
|||
void Foam::gradientEnthalpyFvPatchScalarField::write(Ostream& os) const
|
||||
{
|
||||
fixedGradientFvPatchScalarField::write(os);
|
||||
writeEntry("value", os);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -128,7 +128,6 @@ void gradientInternalEnergyFvPatchScalarField::updateCoeffs()
|
|||
void Foam::gradientInternalEnergyFvPatchScalarField::write(Ostream& os) const
|
||||
{
|
||||
fixedGradientFvPatchScalarField::write(os);
|
||||
writeEntry("value", os);
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue