headmyshoulder / odeint-v2

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

Fix pass-by-reference in bulirsch_stoer_dense_out #129

Closed wschreyer closed 10 years ago

wschreyer commented 10 years ago

bulirsch_stoer_dense_out always passed the ODE system as value to its underlying midpoint method.

headmyshoulder commented 10 years ago

Thank you for providing the patch.