cantera/Cantera/cxx/include/Cantera.h
2007-06-11 15:20:58 +00:00

30 lines
391 B
C
Executable file

#ifndef CANTERA_H_INCL
#define CANTERA_H_INCL
// 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"
// The Cantera logger class
#include "kernel/logger.h"
// Include the timer
#include "kernel/clockWC.h"
#endif