From 994c80d204acfe04518e41a015dee0c120d858ea Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 28 Nov 2006 20:15:44 +0000 Subject: [PATCH] added namespace std --- test_problems/cathermo/HMW_graph_GvT/HMW_graph_GvT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_problems/cathermo/HMW_graph_GvT/HMW_graph_GvT.cpp b/test_problems/cathermo/HMW_graph_GvT/HMW_graph_GvT.cpp index 2a7b646b6..4df5b191b 100644 --- a/test_problems/cathermo/HMW_graph_GvT/HMW_graph_GvT.cpp +++ b/test_problems/cathermo/HMW_graph_GvT/HMW_graph_GvT.cpp @@ -27,7 +27,7 @@ #include "TemperatureTable.h" - +using namespace std; using namespace Cantera; class fileLog: public Logger {