Skip to content

Commit

Permalink
Correct the FSAL type
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Aug 31, 2024
1 parent d8a3a12 commit 2eb798c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ function DiffEqBase.__init(prob::DiffEqBase.AbstractDDEProblem,
typeof(discontinuity_reltol), typeof(history),
typeof(tstops_propagated),
typeof(d_discontinuities_propagated),
OrdinaryDiffEq.fsal_typeof(alg.alg, rate_prototype),
typeof(fsalfirst),
typeof(last_event_error), typeof(callback_cache),
typeof(differential_vars)}(sol, u, k,
t0,
Expand Down

0 comments on commit 2eb798c

Please sign in to comment.