We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7468796 commit 8a5a12fCopy full SHA for 8a5a12f
src/methods/clipping/clipping_processor.jl
@@ -234,7 +234,7 @@ function foreach_pair_of_maybe_intersecting_edges_in_order(
234
end
235
236
# Declare this now because it's used in multiple branches
237
- last_a_idx::Int = 0
+ last_a_idx = 0
238
239
if accelerator isa NestedLoop
240
# if we don't have enough vertices in either of the polygons to merit a tree,
0 commit comments