Skip to content

Commit

Permalink
Update solve.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 26, 2024
1 parent 6c175e6 commit af10942
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 @@ -62,7 +62,7 @@ function DiffEqBase.__init(
initialize_save = true,
progress=false,progress_steps=1000,progress_name="SDE",
progress_message = ODE_DEFAULT_PROG_MESSAGE,
progress_id= progress ? gensym("StochasticDiffEq") : :StochasticDiffEq
progress_id= progress ? gensym("StochasticDiffEq") : :StochasticDiffEq,
userdata=nothing,
initialize_integrator=true,
seed = UInt64(0), alias_u0=false, alias_jumps = Threads.threadid()==1,
Expand Down

0 comments on commit af10942

Please sign in to comment.