Skip to content

Commit dda9222

Browse files
committed
don't reset accept-step so SciMLBase.check_error can look at it
1 parent 195fe78 commit dda9222

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/integrators/integrator_utils.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,6 @@ function update_uprev!(integrator)
381381
end
382382

383383
function apply_step!(integrator)
384-
integrator.accept_step = false # yay we got here, don't need this no more
385-
386384
update_uprev!(integrator)
387385

388386
#Update dt if adaptive or if fixed and the dt is allowed to change

0 commit comments

Comments
 (0)