cantera/Cantera/cxx/include/integrators.h
2011-07-30 03:17:00 +00:00

12 lines
242 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"
#include "kernel/DAE_Solver.h"
#include "kernel/IDA_Solver.h"
#endif