headmyshoulder / odeint-v2

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

Enforced double type in integrate_times #124

Closed amarmaduke closed 10 years ago

amarmaduke commented 10 years ago

In /boost/numeric/odeint/integrate/detail/integrate_times.hpp, line 97, I believe it should be time_type instead of double. Changing the type to this locally solved the issue for me.

headmyshoulder commented 10 years ago

Yes you are absolutely right. Thank you for reporting this issue.

On 03/20/2014 02:02 AM, apajx wrote:

In /boost/numeric/odeint/integrate/detail/integrate_times.hpp, line 97, I believe it should be time_type instead of double. Changing the type to this locally solved the issue for me.

— Reply to this email directly or view it on GitHub https://github.com/headmyshoulder/odeint-v2/issues/124.