headmyshoulder / odeint-v2

odeint - solving ordinary differential equations in c++ v2
http://headmyshoulder.github.com/odeint-v2/
Other
340 stars 101 forks source link

velocity verlet tests fails #118

Closed mariomulansky closed 10 years ago

mariomulansky commented 10 years ago

The velocity verlet tests fails for me with internal array out of bound assert:

***** Internal Program Error - assertion (i < N) failed in T& boost::array<T, N>::operator[](boost::array<T, N>::size_type) [with T = double; long unsigned int N = 1ul; boost::array<T, N>::reference = double&; boost::array<T, N>::size_type = long unsigned int]:
/home/mario/boost_1_54_0/boost/array.hpp(123): out of range
unknown location(0): fatal error in "test_initial_resizer": signal: SIGABRT (application abort requested)