Skip to content

Commit 74f849b

Browse files
fix saveat
1 parent c71e598 commit 74f849b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrators/integrator_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ end
8282
end
8383
copyat_or_push!(integrator.sol.t,integrator.saveiter,curt)
8484
copyat_or_push!(integrator.sol.u,integrator.saveiter,save_val,Val{false})
85-
if typeof(integrator.alg) <: StochasticEqCompositeAlgorithm
85+
if typeof(integrator.alg) <: StochasticDiffEqCompositeAlgorithm
8686
copyat_or_push!(integrator.sol.alg_choice,integrator.saveiter,integrator.cache.current)
8787
end
8888
if integrator.opts.save_noise

0 commit comments

Comments
 (0)