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

Corrected

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