From 0d74e7ddd0114417782c91c0e4391eaf9b834887 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 19 Oct 2011 19:28:56 +0000 Subject: [PATCH] Added namespace to get it to compile --- tools/templates/f77/demo_ftnlib.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/templates/f77/demo_ftnlib.cpp b/tools/templates/f77/demo_ftnlib.cpp index 2baa9bf06..b8e24b86d 100644 --- a/tools/templates/f77/demo_ftnlib.cpp +++ b/tools/templates/f77/demo_ftnlib.cpp @@ -37,6 +37,7 @@ using namespace Cantera; using namespace Cantera_CXX; +using namespace std; // store a pointer to an IdealGasMix object static IdealGasMix* _gas = 0;