Fixes due to namespace isues.

This commit is contained in:
Harry Moffat 2011-03-28 20:52:35 +00:00
parent 368cdc8167
commit fc168e47ab
3 changed files with 5 additions and 1 deletions

View file

@ -17,10 +17,11 @@
#include "Func1.h"
#include "ctexceptions.h"
using namespace Cantera;
#include "Cabinet.h"
using namespace Cantera;
using namespace std;
typedef Func1 func_t;

View file

@ -27,6 +27,8 @@
#include "Storage.h"
using namespace CanteraZeroD;
using namespace Cantera;
using namespace std;
typedef ReactorBase reactor_t;
typedef ReactorNet reactornet_t;

View file

@ -24,6 +24,7 @@
using namespace std;
using namespace Cantera;
using namespace ctml;
// Assign storage for the static member of the Templated Cabinet class