cantera/Cantera/cxx/include/Cantera.h

27 lines
341 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"
#endif