mirror of
https://github.com/boostorg/odeint.git
synced 2025-05-09 23:24:01 +00:00
Update integrate_implicit.cpp
Per ticket# 10928.
This commit is contained in:
parent
cdd4d6e5bc
commit
c7895bbed9
@ -106,7 +106,7 @@ struct perform_integrate_const_test
|
||||
integrate_const( Stepper() , std::make_pair( sys() , jacobi() ) , x , 0.0 , t_end ,
|
||||
dt , push_back_time( times ) );
|
||||
|
||||
BOOST_CHECK_EQUAL( static_cast<int>(times.size()) , static_cast<int>(floor(t_end/dt))+1 );
|
||||
BOOST_CHECK_EQUAL( static_cast<int>(times.size()) , static_cast<int>(std::floor(t_end/dt))+1 );
|
||||
|
||||
for( size_t i=0 ; i<times.size() ; ++i )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user