headmyshoulder / odeint-v2

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

Index out of bounds in BS stepper #184

Closed mariomulansky closed 8 years ago

mariomulansky commented 8 years ago

In the rare situation where the BS stepper is at maximum order and undergoes a reset, the algorithm crashes due to an out-of-bound exception accessing the m_cost vector.