From 10af522789476bba974038c4cd087e7ea911aa80 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 25 Oct 2012 16:13:44 +0100 Subject: [PATCH] ENH: Removed duplicate writing of patch value --- .../fields/fvPatchFields/derived/fan/fanFvPatchField.C | 2 -- 1 file changed, 2 deletions(-) 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); }