Skip to content
Snippets Groups Projects
Commit 10af5227 authored by andy's avatar andy
Browse files

ENH: Removed duplicate writing of patch value

parent fcf48632
Branches
Tags
No related merge requests found
......@@ -96,13 +96,11 @@ Foam::fanFvPatchField<Type>::fanFvPatchField
template<class Type>
void Foam::fanFvPatchField<Type>::write(Ostream& os) const
{
fixedJumpFvPatchField<Type>::write(os);
if (this->cyclicPatch().owner())
{
jumpTable_->writeData(os);
}
this->writeEntry("value", os);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment