Added namespace to get it to compile
This commit is contained in:
parent
695868ef38
commit
0d74e7ddd0
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue