From 5d50aeef0e5e1c2b68e64512d42145d65d2220bf Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 15 Sep 2009 17:33:49 +0000 Subject: [PATCH] Modified the test for the current development work. --- test_problems/cathermo/testIAPWSPres/testPress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/cathermo/testIAPWSPres/testPress.cpp b/test_problems/cathermo/testIAPWSPres/testPress.cpp index a813b9c7d..e800fa171 100644 --- a/test_problems/cathermo/testIAPWSPres/testPress.cpp +++ b/test_problems/cathermo/testIAPWSPres/testPress.cpp @@ -6,7 +6,7 @@ #include using namespace std; - +using namespace Cantera; double numdpdt(WaterPropsIAPWS *water, double T, double pres) { double rho = water->density(T, pres);