Skip to content

Commit

Permalink
fix callback tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Feb 5, 2017
1 parent 8b22d5f commit 81f1c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/callbacks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end

rootfind = true
save_positions = (true,true)
callback = ContinuousCallback(condtion,affect!,rootfind,save_positions)
callback = ContinuousCallback(condtion,affect!,save_positions)


condtion = function (integrator)
Expand Down

0 comments on commit 81f1c22

Please sign in to comment.