diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C index 477b242b76..8188166dc6 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchField.C @@ -96,13 +96,11 @@ Foam::fanFvPatchField::fanFvPatchField template void Foam::fanFvPatchField::write(Ostream& os) const { - fixedJumpFvPatchField::write(os); if (this->cyclicPatch().owner()) { jumpTable_->writeData(os); } - this->writeEntry("value", os); }