12345678910111213141516171819202122232425262728293031 |
- #ifndef BOOST_NUMERIC_ODEINT_EXTERNAL_OPENMP_OPENMP_HPP_INCLUDED
- #define BOOST_NUMERIC_ODEINT_EXTERNAL_OPENMP_OPENMP_HPP_INCLUDED
- #include <boost/numeric/odeint/external/openmp/openmp_range_algebra.hpp>
- #include <boost/numeric/odeint/external/openmp/openmp_state.hpp>
- #include <boost/numeric/odeint/external/openmp/openmp_nested_algebra.hpp>
- #endif
|