Opened 8 years ago
Closed 8 years ago
#11011 closed Bugs (fixed)
boost::numeric::odeint::bulirsch_stoer_dense_out::adjust_size
Reported by: | 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)
Change History (2)
by , 8 years ago
Attachment: | boostBugTest.cc added |
---|
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed, will appear in 1.58. Otherwise, you can use the master branch of https://github.com/headmyshoulder/odeint-v2. Thanks for reporting.