Fixed an error in this file.

Needed using namespace lines
This commit is contained in:
Harry Moffat 2008-02-14 22:47:52 +00:00
parent 543e73af3b
commit 9ba691c3c6

View file

@ -35,6 +35,8 @@
#include <cantera/Cantera.h>
#include <cantera/IdealGasMix.h>
using namespace Cantera;
using namespace Cantera_CXX;
// store a pointer to an IdealGasMix object
static IdealGasMix* _gas = 0;