cantera/Cantera/cxx/include/integrators.h
2005-06-18 16:58:39 +00:00

10 lines
175 B
C
Executable file

/**
* @file integrators.h
* ODE integrators. Currently, the only integrator is CVODE.
*/
#ifndef CT_INTEG_H_INCL
#define CT_INTEG_H_INCL
#include "kernel/CVode.h"
#endif