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);