mirror of
https://github.com/boostorg/odeint.git
synced 2025-05-10 07:34:03 +00:00
The Adams-Bashforth-Moulton stepper has now also the initializing stepper as a template parameter. This allows to get rid of the specific test case for multi-step methods in order_quadrature_formula. Furthermore, some cosmetic adjustments were made in this test: global variables, camel case naming, while loop -> for loop.