mirror of
https://github.com/boostorg/odeint.git
synced 2025-05-11 05:24:01 +00:00
A bug introduced with the recent max_dt facility prevented the rosenbrock controller to increase step size in most cases (if max_dt=0). This is fixed now, and a regression test case has been added.