Opened 7 years ago

Closed 7 years ago

#12107 closed Bugs (fixed)

Missing header file in /odeint/integrate/integrate_n_steps.hpp

Reported by: matthias.frey@… 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:2 by karsten, 7 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.