/** * @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