Eliminated unused variables.
This commit is contained in:
parent
9a1ab2c4fc
commit
2a6c915933
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue