Added using namespace to get this to compile
This commit is contained in:
parent
07e0713459
commit
b2e19ac462
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
using namespace std;
|
||||
using namespace Cantera;
|
||||
using namespace Cantera_CXX;
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue