Skip to content

Commit 565afb1

Browse files
committed
removed dtpropose code
1 parent d629b6c commit 565afb1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/callbacks.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -756,9 +756,6 @@ end
756756
function apply_callback!(integrator,callback::Union{ContinuousCallback,VectorContinuousCallback},cb_time,prev_sign,event_idx)
757757

758758
change_t_via_interpolation!(integrator,integrator.tprev+cb_time)
759-
if integrator.opts.adaptive
760-
integrator.dtpropose = integrator.dt/10
761-
end
762759

763760
# handle saveat
764761
_, savedexactly = savevalues!(integrator)

0 commit comments

Comments
 (0)