From 9ba691c3c6cffcb70a1d513bcf7dd37d7a185da4 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Thu, 14 Feb 2008 22:47:52 +0000 Subject: [PATCH] Fixed an error in this file. Needed using namespace lines --- tools/templates/f77/demo_ftnlib.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/templates/f77/demo_ftnlib.cpp b/tools/templates/f77/demo_ftnlib.cpp index 5f2a067b3..53201cc57 100644 --- a/tools/templates/f77/demo_ftnlib.cpp +++ b/tools/templates/f77/demo_ftnlib.cpp @@ -35,6 +35,8 @@ #include #include +using namespace Cantera; +using namespace Cantera_CXX; // store a pointer to an IdealGasMix object static IdealGasMix* _gas = 0;