headmyshoulder / odeint-v2

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

initialize calls wrong do_step overload #147

Closed mariomulansky closed 9 years ago

mariomulansky commented 9 years ago

The initializing of multi-step function calls the wrong do_step overload when state_type == time_type (as mentioned in #146). The correct overload is disabled due to ambiguity.