STYLE: Minor code formatting

This commit is contained in:
andy
2012-08-03 12:41:00 +01:00
parent a3870d65df
commit 3a59106af5

View File

@ -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