Skip to content

Commit c5e9347

Browse files
fix function def
1 parent dd6fd49 commit c5e9347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/solve.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ function DiffEqBase.solve!(integrator::SDDEIntegrator)
516516
if integrator.dt > minimum(integrator.sol.prob.constant_lags) &&
517517
!(integrator.alg <: StochasticDiffEq.EM)
518518
error("dt > minimum(constant_lags). This is not allowed by the integrator. Please dt `dtmax` less than the minimum lag or use `EM`.")
519+
end
519520
StochasticDiffEq.perform_step!(integrator, integrator.cache)
520521
loopfooter!(integrator)
521522
if isempty(integrator.opts.tstops)

0 commit comments

Comments
 (0)