Skip to content

Commit

Permalink
Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mfalt committed Sep 1, 2017
1 parent dc8bc4e commit 7e70afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ end
if Δ(midpoint) < 0 # ρ is smallest, i.e., should be inserted
if λ_prev.p === ρ
#println("1")
λ_new = delete_next_unsafe(λ_prev)
λ_new = delete_next(λ_prev)
v1, v2 = λ_prev, λ_new
else
#println("2")
Expand Down

0 comments on commit 7e70afd

Please sign in to comment.