mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
removing unused T variable
This commit is contained in:
@ -37,7 +37,6 @@ volVectorField U
|
|||||||
|
|
||||||
volScalarField& p = thermo->p();
|
volScalarField& p = thermo->p();
|
||||||
const volScalarField& psi = thermo->psi();
|
const volScalarField& psi = thermo->psi();
|
||||||
const volScalarField& T = thermo->T();
|
|
||||||
volScalarField& h = thermo->h();
|
volScalarField& h = thermo->h();
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user