Added namespaces so that it would compile.
This commit is contained in:
parent
a292978c08
commit
5b06c6b289
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@
|
|||
#include <cantera/IdealGasMix.h>
|
||||
|
||||
using namespace CanteraZeroD;
|
||||
using namespace Cantera;
|
||||
using namespace Cantera_CXX;
|
||||
using namespace std;
|
||||
|
||||
void runexample() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue