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.
2 parents 1d6bdcb + aeef985 commit b46cb2eCopy full SHA for b46cb2e
src/integrators/interface.jl
@@ -216,7 +216,7 @@ end
216
DiffEqBase.@.. out = (integrator.u - integrator.uprev) / integrator.dt
217
end
218
219
-@inline function add_tstop!(integrator::SDDEIntegrator,t)
+@inline function DiffEqBase.add_tstop!(integrator::SDDEIntegrator,t)
220
t < integrator.t && error("Tried to add a tstop that is behind the current time. This is strictly forbidden")
221
push!(integrator.opts.tstops, integrator.tdir * t)
222
0 commit comments