15 lines
267 B
C
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
|