Opened 8 years ago

Closed 8 years ago

#11011 closed Bugs (fixed)

boost::numeric::odeint::bulirsch_stoer_dense_out::adjust_size

Reported by: Martin Gaisser <gaiwa84@…> Owned by: karsten
Milestone: To Be Determined Component: odeint
Version: Boost 1.57.0 Severity: Problem
Keywords: Cc:

Description

Hello,

the following function produces an error:

boost::numeric::odeint::bulirsch_stoer_dense_out::adjust_size(x)

because it calls

boost::numeric::odeint::modified_midpoint_dense_out::adjust_size()

without argument. This function is not present, however a version with argument x is present and probably should be called instead.

Best, Martin

Attachments (1)

boostBugTest.cc (1.7 KB ) - added by Martin Gaisser <gaiwa84@…> 8 years ago.

Download all attachments as: .zip

Change History (2)

by Martin Gaisser <gaiwa84@…>, 8 years ago

Attachment: boostBugTest.cc added

comment:1 by karsten, 8 years ago

Resolution: fixed
Status: newclosed

Fixed, will appear in 1.58. Otherwise, you can use the master branch of https://github.com/headmyshoulder/odeint-v2. Thanks for reporting.

Note: See TracTickets for help on using tickets.