We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833ac09 commit 917b03fCopy full SHA for 917b03f
lib/OrdinaryDiffEqCore/src/integrators/integrator_utils.jl
@@ -73,10 +73,6 @@ function last_step_failed(integrator::ODEIntegrator)
73
end
74
75
function modify_dt_for_tstops!(integrator)
76
- integrator.t, integrator.dt
77
- tdir_tstop = first_tstop(integrator)
78
- distance_to_tstop = abs(tdir_tstop - integrator.tdir * integrator.t)
79
-
80
if has_tstop(integrator)
81
tdir_t = integrator.tdir * integrator.t
82
tdir_tstop = first_tstop(integrator)
0 commit comments