2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-02-18 14:22:07 +00:00

includes corrected

This commit is contained in:
alankelly
2014-05-21 11:59:51 +02:00
parent 21e66fc974
commit 293ab3613c

View File

@@ -12,6 +12,9 @@
#include <nt2/table.hpp>
#include <boost/numeric/odeint/algebra/vector_space_algebra.hpp>
#include <boost/numeric/odeint/algebra/algebra_dispatcher.hpp>
namespace boost { namespace numeric { namespace odeint {
template<typename T, typename S>
struct algebra_dispatcher<nt2::container::table<T,S> >