Skip to content

Commit 067753f

Browse files
AayushSabharwalChrisRackauckas
authored andcommitted
feat: use new save_discretes in DEOptions
1 parent b2fac14 commit 067753f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/solve.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function SciMLBase.__init(prob::SciMLBase.AbstractDDEProblem,
2020
save_start = save_everystep || isempty(saveat) ||
2121
saveat isa Number || prob.tspan[1] in saveat,
2222
save_end = nothing,
23+
save_discretes = true,
2324
callback = nothing,
2425
dense = save_everystep && isempty(saveat),
2526
calck = (callback !== nothing && callback != CallbackSet()) || # Empty callback
@@ -297,6 +298,7 @@ function SciMLBase.__init(prob::SciMLBase.AbstractDDEProblem,
297298
save_on,
298299
save_start,
299300
save_end,
301+
save_discretes,
300302
save_end_user,
301303
callback_set,
302304
isoutofdomain,

0 commit comments

Comments
 (0)