headmyshoulder / odeint-v2

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

Adjust allocation of bulirsch_stoer_dense_out::m_diffs to avoid segmentation fault #161

Closed ds283 closed 9 years ago

ds283 commented 9 years ago

Fixes for segmentation fault

mariomulansky commented 9 years ago

Thanks a lot for identifying and fixing this bug!