Skip to content

Commit

Permalink
Switch equals minus to minus equals (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
skygering authored Jan 18, 2024
1 parent 49af1cc commit 5c78897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformations/simplify.jl
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function _simplify(alg::DouglasPeucker, points::Vector, preserve_endpoint)
queue[queue_idx] = right_vals
else
deleteat!(queue, queue_idx)
len_queue =- 1
len_queue -= 1
end
# Determine new maximum queue value
queue_dist, queue_idx = !isempty(queue) ?
Expand Down

0 comments on commit 5c78897

Please sign in to comment.