Opened 7 years ago
Closed 7 years ago
#12107 closed Bugs (fixed)
Missing header file in /odeint/integrate/integrate_n_steps.hpp
Reported by: | Owned by: | karsten | |
---|---|---|---|
Milestone: | To Be Determined | Component: | odeint |
Version: | Boost 1.60.0 | Severity: | Problem |
Keywords: | check_adapter | Cc: | Missing, header, file |
Description
Dear BOOST developers
I have a big library that also uses BOOST. When compiling, I get the following error message:
"../include/boost/numeric/odeint/integrate/integrate_n_steps.hpp:50:17: error: ‘checked_stepper’ was not declared in this scope
checked_stepper<stepper_type, checker_type>(stepper, checker),"
By adding the line
#include <boost/numeric/odeint/integrate/check_adapter.hpp>
in
include/boost/numeric/odeint/integrate/integrate_n_steps.hpp
it works.
Change History (2)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed here: https://github.com/headmyshoulder/odeint-v2/commit/b816e93fcfd099fdd33e9f3caa6dc5d57b83f8d7