cantera/Cantera/cxx/include/kinetics.h
2012-01-09 17:32:01 +00:00

12 lines
252 B
C

#ifndef CXX_INCL_KINETICS
#define CXX_INCL_KINETICS
#include "thermo.h"
#include "kernel/Kinetics.h"
#include "kernel/InterfaceKinetics.h"
#include "kernel/GasKinetics.h"
#include "kernel/KineticsFactory.h"
#include "kernel/importKinetics.h"
#endif