cantera/Cantera/cxx/include/kinetics.h
2009-11-09 23:36:49 +00:00

15 lines
267 B
C

/*
* $Id$
*/
#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