cantera/include/Cantera.h
Dave Goodwin 8c2016abd4 cleanup
2004-01-01 19:56:42 +00:00

25 lines
292 B
C++
Executable file

#ifndef CANTERA_H_INCL
#define CANTERA_H_INCL
namespace std{}
using namespace std;
// definitions
#include "kernel/ct_defs.h"
// some useful functions
#include "kernel/global.h"
// the CanteraError exception class
#include "kernel/ctexceptions.h"
using namespace Cantera;
#endif