cantera/Cantera/cxx/include/Cantera.h

35 lines
444 B
C
Executable file

#ifndef CANTERA_H_INCL
#define CANTERA_H_INCL
// definitions
#ifndef CANTERA_APP
#define CANTERA_APP
#endif
#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"
#include "kernel/xml.h"
#endif