cantera/Cantera/cxx/include/integrators.h
2006-05-20 21:12:37 +00:00

10 lines
180 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/Integrator.h"
#endif