mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Minor code formatting
This commit is contained in:
@ -187,6 +187,7 @@ Foam::calculatedFvPatchField<Type>::valueBoundaryCoeffs
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
template<class Type>
|
template<class Type>
|
||||||
Foam::tmp<Foam::Field<Type> >
|
Foam::tmp<Foam::Field<Type> >
|
||||||
Foam::calculatedFvPatchField<Type>::gradientInternalCoeffs() const
|
Foam::calculatedFvPatchField<Type>::gradientInternalCoeffs() const
|
||||||
@ -208,6 +209,7 @@ Foam::calculatedFvPatchField<Type>::gradientInternalCoeffs() const
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
template<class Type>
|
template<class Type>
|
||||||
Foam::tmp<Foam::Field<Type> >
|
Foam::tmp<Foam::Field<Type> >
|
||||||
Foam::calculatedFvPatchField<Type>::gradientBoundaryCoeffs() const
|
Foam::calculatedFvPatchField<Type>::gradientBoundaryCoeffs() const
|
||||||
|
|||||||
Reference in New Issue
Block a user