mirror of
https://github.com/boostorg/odeint.git
synced 2026-01-19 04:22:12 +00:00
Fix maybe uninitialized
This commit is contained in:
@@ -98,7 +98,7 @@ BOOST_AUTO_TEST_CASE_TEMPLATE( test_resize , T, resize_check_types )
|
||||
adjust_size_count = 0;
|
||||
|
||||
stepper_type stepper;
|
||||
test_array_type x;
|
||||
test_array_type x {};
|
||||
stepper.do_step( constant_system , x , 0.0 , 0.1 );
|
||||
stepper.do_step( constant_system , x , 0.0 , 0.1 );
|
||||
stepper.do_step( constant_system , x , 0.0 , 0.1 );
|
||||
|
||||
Reference in New Issue
Block a user