#ifndef MEDUSA_INTEGRATORS_HPP_ #define MEDUSA_INTEGRATORS_HPP_ /** * @file * Header for Integrators module. */ #include "Config.hpp" #include "bits/integrators/AdamsBashforth.hpp" #include "bits/integrators/RKExplicit.hpp" #endif // MEDUSA_INTEGRATORS_HPP_