cantera/Cantera/cxx/include/Cantera.h
2005-06-18 16:58:39 +00:00

29 lines
347 B
C++
Executable file

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