Skip to content

Commit

Permalink
finalize callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith authored Nov 15, 2023
1 parent d0824f7 commit 7885659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/integrators/integrator_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ end
end

@inline function postamble!(integrator::SDEIntegrator)
DiffEqBase.finalize!(integrator.opts.callback, integrator.u, integrator.t, integrator)
solution_endpoint_match_cur_integrator!(integrator)
resize!(integrator.sol.t,integrator.saveiter)
resize!(integrator.sol.u,integrator.saveiter)
Expand Down

0 comments on commit 7885659

Please sign in to comment.