Skip to content

Commit

Permalink
BUG: adding templated argument to Field
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio committed Oct 15, 2014
1 parent f2ddca6 commit afda83f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2013 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
Expand Down Expand Up @@ -201,8 +201,8 @@ void Foam::externalCoupledTemperatureMixedFvPatchScalarField::transferData
{
const Field<scalar>& magSf = magSfs[procI];
const Field<scalar>& value = values[procI];
const Field& qDot = qDots[procI];
const Field& htc = htcs[procI];
const Field<scalar>& qDot = qDots[procI];
const Field<scalar>& htc = htcs[procI];

forAll(magSf, faceI)
{
Expand Down

0 comments on commit afda83f

Please sign in to comment.