Added namespaces so that it would compile.

This commit is contained in:
Harry Moffat 2011-10-19 17:05:45 +00:00
parent a292978c08
commit 5b06c6b289

View file

@ -12,6 +12,9 @@
#include <cantera/IdealGasMix.h>
using namespace CanteraZeroD;
using namespace Cantera;
using namespace Cantera_CXX;
using namespace std;
void runexample() {