Skip to content
Snippets Groups Projects
Commit 125d658f authored by Henry's avatar Henry
Browse files

Corrected

parent 08baa6ed
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ namespace Foam ...@@ -169,7 +169,7 @@ namespace Foam
inline void setSnGrad inline void setSnGrad
( (
volScalarField::GeometricBoundaryField& bf, volScalarField::GeometricBoundaryField& bf,
const FieldField<fvsPatchField, double>& snGrad const FieldField<fvsPatchField, scalar>& snGrad
) )
{ {
forAll(bf, patchi) forAll(bf, patchi)
...@@ -185,7 +185,7 @@ namespace Foam ...@@ -185,7 +185,7 @@ namespace Foam
inline void setSnGrad inline void setSnGrad
( (
volScalarField::GeometricBoundaryField& bf, volScalarField::GeometricBoundaryField& bf,
const tmp<FieldField<fvsPatchField, double> >& tsnGrad const tmp<FieldField<fvsPatchField, scalar> >& tsnGrad
) )
{ {
setSnGrad<GradBC>(bf, tsnGrad()); setSnGrad<GradBC>(bf, tsnGrad());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment