From 3a59106af5c4c131b5d083fa2931a023ba34d8bf Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Fri, 3 Aug 2012 12:41:00 +0100 Subject: [PATCH] STYLE: Minor code formatting --- .../fvPatchFields/basic/calculated/calculatedFvPatchField.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C index ebc4bbcfc9e..9f25a143e2e 100644 --- a/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C +++ b/src/finiteVolume/fields/fvPatchFields/basic/calculated/calculatedFvPatchField.C @@ -187,6 +187,7 @@ Foam::calculatedFvPatchField<Type>::valueBoundaryCoeffs return *this; } + template<class Type> Foam::tmp<Foam::Field<Type> > Foam::calculatedFvPatchField<Type>::gradientInternalCoeffs() const @@ -208,6 +209,7 @@ Foam::calculatedFvPatchField<Type>::gradientInternalCoeffs() const return *this; } + template<class Type> Foam::tmp<Foam::Field<Type> > Foam::calculatedFvPatchField<Type>::gradientBoundaryCoeffs() const -- GitLab