From 4a1429d88c52ad3298c71d12308414d38f5d9c2f Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 28 Nov 2006 20:14:33 +0000 Subject: [PATCH] Added namespace Cantera. --- test_problems/cathermo/testWaterTP/testWaterTP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/cathermo/testWaterTP/testWaterTP.cpp b/test_problems/cathermo/testWaterTP/testWaterTP.cpp index b81bb234f..9f9351216 100644 --- a/test_problems/cathermo/testWaterTP/testWaterTP.cpp +++ b/test_problems/cathermo/testWaterTP/testWaterTP.cpp @@ -6,7 +6,7 @@ #include "WaterTP.h" #include using namespace std; - +using namespace Cantera; double tvalue(double val, double atol = 1.0E-9) { double rval = val;