From 461e40db225a96f842720f32c82401990f27b6d5 Mon Sep 17 00:00:00 2001 From: andy <a.heather@opencfd.co.uk> Date: Mon, 1 Jun 2009 11:45:23 +0100 Subject: [PATCH] removing unused T variable --- applications/solvers/combustion/reactingFoam/createFields.H | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/solvers/combustion/reactingFoam/createFields.H b/applications/solvers/combustion/reactingFoam/createFields.H index cf0532b0f3a..510f7d42366 100644 --- a/applications/solvers/combustion/reactingFoam/createFields.H +++ b/applications/solvers/combustion/reactingFoam/createFields.H @@ -37,7 +37,6 @@ volVectorField U volScalarField& p = thermo->p(); const volScalarField& psi = thermo->psi(); -const volScalarField& T = thermo->T(); volScalarField& h = thermo->h(); @@ -99,5 +98,5 @@ volScalarField dQ IOobject::AUTO_WRITE ), mesh, - dimensionedScalar("zero", dimensionSet(1,-3,-1,0,0,0,0), 0.0) + dimensionedScalar("zero", dimensionSet(1, -3, -1, 0, 0, 0, 0), 0.0) ); -- GitLab