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

Update integrate_adaptive.hpp

This assignment inside the while loop is redundant.
This commit is contained in:
Arash
2015-04-22 14:32:01 +10:00
parent 00d9efef6d
commit 25febac10b

View File

@@ -98,7 +98,7 @@ size_t integrate_adaptive(
}
size_t trials = 0;
controlled_step_result res = success;
controlled_step_result res;
do
{
res = st.try_step( system , start_state , start_time , dt );