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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user