diff --git a/test_problems/cathermo/testWaterTP/testWaterTP.cpp b/test_problems/cathermo/testWaterTP/testWaterTP.cpp index ed06ab55f..b81bb234f 100644 --- a/test_problems/cathermo/testWaterTP/testWaterTP.cpp +++ b/test_problems/cathermo/testWaterTP/testWaterTP.cpp @@ -20,11 +20,10 @@ double tvalue(double val, double atol = 1.0E-9) { int main () { - double dens, u, s, h, cv, cp, pres; + double pres; try { WaterTP *w = new WaterTP("waterTPphase.xml",""); - double rho; /* * Print out the triple point conditions