From 76dcf40f2ad4e2dd3fc89b43c2a561639e4a96c8 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sun, 23 Jul 2006 17:46:08 +0000 Subject: [PATCH] Took out warnings. --- test_problems/cathermo/testWaterTP/testWaterTP.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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