From 0fcfa181992a1491f9f40b7f339eefe1b337fc2f Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 16 Feb 2008 21:41:06 +0000 Subject: [PATCH] added using namespace command --- test_problems/ChemEquil_gri_matrix/gri_matrix.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test_problems/ChemEquil_gri_matrix/gri_matrix.cpp b/test_problems/ChemEquil_gri_matrix/gri_matrix.cpp index 121e4a595..8b016a734 100644 --- a/test_problems/ChemEquil_gri_matrix/gri_matrix.cpp +++ b/test_problems/ChemEquil_gri_matrix/gri_matrix.cpp @@ -13,6 +13,7 @@ using namespace std; using namespace Cantera; +using namespace Cantera_CXX; int main(int argc, char **argv) { int numSucc = 0;