mirror of
https://github.com/boostorg/odeint.git
synced 2025-05-09 23:24:01 +00:00
removed unnecessary comment
This commit is contained in:
parent
0cba21e14b
commit
8385e469ed
@ -47,9 +47,6 @@ size_t integrate_const(
|
||||
)
|
||||
{
|
||||
|
||||
// note that for integrate_const with a basic stepper, overflow checks are not required as exactly
|
||||
// one step is performed between each observer call
|
||||
|
||||
typename odeint::unwrap_reference< Observer >::type &obs = observer;
|
||||
typename odeint::unwrap_reference< Stepper >::type &st = stepper;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user