cantera/Cantera/cxx/include/kinetics.h
2009-07-27 23:17:19 +00:00

15 lines
320 B
C

/*
* $Id: kinetics.h,v 1.4 2007/05/04 15:18:41 dggoodwin Exp $
*/
#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