2
0
mirror of https://github.com/boostorg/odeint.git synced 2026-01-30 20:12:19 +00:00

travis running

This commit is contained in:
mariomulansky
2014-04-05 18:35:11 +02:00
parent 9a3e556956
commit be7eeff97e

View File

@@ -93,7 +93,7 @@ size_t integrate_const(
time = start_time + static_cast< typename unit_value_type<Time>::type >(step) * time_step;
}
obs( start_state , time );
return real_steps;
}