Skip to content

Commit

Permalink
Update lamba.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Apr 25, 2018
1 parent 64ac464 commit c23cda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perform_step/lamba.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

mil_correction = zero(u)

u = K+L*W.dW
u = K+L.*W.dW

if integrator.opts.adaptive
du2 = integrator.f(K,p,t+dt)
Expand Down

0 comments on commit c23cda5

Please sign in to comment.