Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
don't mutate problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Oct 20, 2017
1 parent 0056796 commit 6ab0632
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/monte.jl
Expand Up @@ -55,8 +55,7 @@ end

prob = prob_ode_linear
prob_func = function (prob,i,repeat)
prob.u0 = rand()*prob.u0
prob
ODEProblem(prob.f,rand()*prob.u0,prob.tspan)
end


Expand Down

0 comments on commit 6ab0632

Please sign in to comment.