From e08a22afd18eeb0f3c2c895f0884e22e75771358 Mon Sep 17 00:00:00 2001 From: sergio Date: Wed, 15 Oct 2014 12:28:49 +0100 Subject: [PATCH] BUG: adding templated argument to Field --- .../externalCoupledTemperatureMixedFvPatchScalarField.C | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C index 3d85ccda88..c4d54b83b2 100644 --- a/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C +++ b/src/turbulenceModels/compressible/turbulenceModel/derivedFvPatchFields/externalCoupledTemperatureMixed/externalCoupledTemperatureMixedFvPatchScalarField.C @@ -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 @@ -201,8 +201,8 @@ void Foam::externalCoupledTemperatureMixedFvPatchScalarField::transferData { const Field& magSf = magSfs[procI]; const Field& value = values[procI]; - const Field& qDot = qDots[procI]; - const Field& htc = htcs[procI]; + const Field& qDot = qDots[procI]; + const Field& htc = htcs[procI]; forAll(magSf, faceI) {