diff --git a/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.C index 7748f180d..63aa84e6f 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/fixedGradient/fixedGradientFvPatchField.C @@ -149,7 +149,10 @@ tmp > fixedGradientFvPatchField::valueInternalCoeffs const tmp& ) const { - return tmp >(new Field(this->size(), pTraits::one)); + return tmp > + ( + new Field(this->size(), pTraits::one) + ); }