Added using namespace command to get it to compile

This commit is contained in:
Harry Moffat 2008-02-16 21:43:06 +00:00
parent 0fcfa18199
commit 74a50832b6

View file

@ -20,6 +20,8 @@
using namespace std;
using namespace Cantera;
using namespace Cantera_CXX;
int main(int argc, char **argv) {
#ifdef DEBUG_CHEMEQUIL
ChemEquil_print_lvl = 0;