diff --git a/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.C index eba3522e36..1cbd6fd72d 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/derived/fixedInternalValueFvPatchField/fixedInternalValueFvPatchField.C @@ -63,9 +63,7 @@ Foam::fixedInternalValueFvPatchField::fixedInternalValueFvPatchField ) : zeroGradientFvPatchField(p, iF, dict) -{ - fvPatchField::operator=(this->patchInternalField()); -} +{} template