2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-22 05:22:25 +00:00

4 Commits

Author SHA1 Message Date
Matt Borland
b7955fd5e2 Fix GCC-7 -Wmaybe-uninitialized 2023-12-19 11:54:04 +01:00
Matt Borland
4f51498c2c Collected initialization fixes 2023-12-19 10:43:15 +01:00
Matt Borland
04c7a9b707 Collected warning fixes 2023-12-18 11:59:10 +01:00
Mario Mulansky
4cadbe5164 fixes #147
when state_type == time_type (e.g. 1d odes with state_type = double), some
do_step overloads are disabled due to ambiguities of parameter structure.
However, the initialization of the Adams-Bashforth needs some of those
disabled functions in its initialization. As a fix, I added do_step_dxdt to
the stepper base classes to provide direct access to the required functions
that will not be disabled in the case of state_type == time_type.
2015-01-10 16:17:06 +01:00