cantera/Cantera/cxx/include/Cantera.h
Harry Moffat 5885aeaecd Fixed some compilation errors that arose from Interface.h, due to
namespace changes.

Added xml.h to Cantera.h
2008-01-01 19:04:17 +00:00

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