intel compiler messages

This commit is contained in:
mattijs
2008-10-07 18:02:50 +01:00
parent e70ba80286
commit 69c567167d

View File

@ -157,9 +157,8 @@ void maxwellSlipUFvPatchVectorField::updateCoeffs()
if(thermalCreep_) if(thermalCreep_)
{ {
const GeometricField<scalar, fvPatchField, volMesh>& vsfT = const volScalarField& vsfT =
this->db().objectRegistry:: this->db().objectRegistry::lookupObject<volScalarField>("T");
lookupObject<GeometricField<scalar, fvPatchField, volMesh> >("T");
label patchi = this->patch().index(); label patchi = this->patch().index();
const fvPatchScalarField& pT = vsfT.boundaryField()[patchi]; const fvPatchScalarField& pT = vsfT.boundaryField()[patchi];
Field<vector> gradpT = fvc::grad(vsfT)().boundaryField()[patchi]; Field<vector> gradpT = fvc::grad(vsfT)().boundaryField()[patchi];