32 lines
416 B
C
Executable file
32 lines
416 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"
|
|
|
|
#include "kernel/xml.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|