Skip to content

Commit

Permalink
Update solve.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Mar 5, 2024
1 parent a865a86 commit 5fb3721
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= :StochasticDiffEq,
userdata=nothing,
initialize_integrator=true,
seed = UInt64(0), alias_u0=false, alias_jumps = Threads.threadid()==1,
Expand Down

0 comments on commit 5fb3721

Please sign in to comment.