Fixed an error in this file.
Needed using namespace lines
This commit is contained in:
parent
543e73af3b
commit
9ba691c3c6
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue