Skip to content

Commit 917b03f

Browse files
Remove elements just for printing
1 parent 833ac09 commit 917b03f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/OrdinaryDiffEqCore/src/integrators/integrator_utils.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ function last_step_failed(integrator::ODEIntegrator)
7373
end
7474

7575
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-
8076
if has_tstop(integrator)
8177
tdir_t = integrator.tdir * integrator.t
8278
tdir_tstop = first_tstop(integrator)

0 commit comments

Comments
 (0)