From 69c567167d218a7b6e5358cf30bd5b6be9f71de0 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 7 Oct 2008 18:02:50 +0100 Subject: [PATCH] intel compiler messages --- .../rhoCentralFoam/BCs/U/maxwellSlipUFvPatchVectorField.C | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/applications/solvers/compressible/rhoCentralFoam/BCs/U/maxwellSlipUFvPatchVectorField.C b/applications/solvers/compressible/rhoCentralFoam/BCs/U/maxwellSlipUFvPatchVectorField.C index 4db4faac50..5a17820680 100644 --- a/applications/solvers/compressible/rhoCentralFoam/BCs/U/maxwellSlipUFvPatchVectorField.C +++ b/applications/solvers/compressible/rhoCentralFoam/BCs/U/maxwellSlipUFvPatchVectorField.C @@ -157,9 +157,8 @@ void maxwellSlipUFvPatchVectorField::updateCoeffs() if(thermalCreep_) { - const GeometricField& vsfT = - this->db().objectRegistry:: - lookupObject >("T"); + const volScalarField& vsfT = + this->db().objectRegistry::lookupObject("T"); label patchi = this->patch().index(); const fvPatchScalarField& pT = vsfT.boundaryField()[patchi]; Field gradpT = fvc::grad(vsfT)().boundaryField()[patchi];