From 8042c12bdb54825f0be0e6df2b6db119be5a975a Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 16 Feb 2008 21:50:04 +0000 Subject: [PATCH] Added using namespace command. --- test_problems/NASA9poly_test/NASA9poly_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test_problems/NASA9poly_test/NASA9poly_test.cpp b/test_problems/NASA9poly_test/NASA9poly_test.cpp index c74d78fb9..55a2acdcd 100644 --- a/test_problems/NASA9poly_test/NASA9poly_test.cpp +++ b/test_problems/NASA9poly_test/NASA9poly_test.cpp @@ -27,6 +27,7 @@ using namespace std; #include "kernel/TransportFactory.h" using namespace Cantera; +using namespace Cantera_CXX; void printDbl(double val) { if (fabs(val) < 5.0E-17) {