Eliminated unused variables.

This commit is contained in:
Harry Moffat 2006-11-28 20:13:02 +00:00
parent 9a1ab2c4fc
commit 2a6c915933

View file

@ -23,13 +23,11 @@ double tvalue(double val, double atol = 1.0E-9) {
int main () {
double dens, u, s, h, cv, cp, pres;
double pres;
try {
Cantera::ThermoPhase *nnn = 0;
Cantera::WaterPDSS *w = new Cantera::WaterPDSS(nnn, 0);
double rho;
/*
* Print out the triple point conditions
*/