File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
lib/OrdinaryDiffEqCore/src Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,7 @@ function solution_endpoint_match_cur_integrator!(integrator)
240240 copyat_or_push! (integrator. sol. alg_choice, integrator. saveiter,
241241 integrator. cache. current)
242242 end
243+ SciMLBase. save_discretes! (integrator, integrator. opts. callback; skip_duplicates = true )
243244 end
244245end
245246
Original file line number Diff line number Diff line change @@ -574,6 +574,7 @@ function SciMLBase.__init(
574574 end
575575
576576 initialize_callbacks! (integrator, initialize_save)
577+ SciMLBase. save_discretes! (integrator, integrator. opts. callback; skip_duplicates = true )
577578 initialize! (integrator, integrator. cache)
578579
579580 if _alg isa OrdinaryDiffEqCompositeAlgorithm
You can’t perform that action at this time.
0 commit comments