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

Merge pull request #159 from Arash-codedev/patch-1

Update integrate_adaptive.hpp
This commit is contained in:
headmyshoulder
2015-04-22 07:21:38 +02:00

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 );