Boost C++ Libraries: Ticket #11011: boost::numeric::odeint::bulirsch_stoer_dense_out::adjust_size https://svn.boost.org/trac10/ticket/11011 <p> Hello, </p> <p> the following function produces an error: </p> <p> boost::numeric::odeint::bulirsch_stoer_dense_out::adjust_size(x) </p> <p> because it calls </p> <p> boost::numeric::odeint::modified_midpoint_dense_out::adjust_size() </p> <p> without argument. This function is not present, however a version with argument x is present and probably should be called instead. </p> <p> Best, Martin </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11011 Trac 1.4.3 Martin Gaisser <gaiwa84@…> Tue, 10 Feb 2015 06:17:50 GMT attachment set https://svn.boost.org/trac10/ticket/11011 https://svn.boost.org/trac10/ticket/11011 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boostBugTest.cc</span> </li> </ul> Ticket karsten Thu, 12 Feb 2015 09:37:39 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11011#comment:1 https://svn.boost.org/trac10/ticket/11011#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed, will appear in 1.58. Otherwise, you can use the master branch of <a class="ext-link" href="https://github.com/headmyshoulder/odeint-v2"><span class="icon">​</span>https://github.com/headmyshoulder/odeint-v2</a>. Thanks for reporting. </p> Ticket