Skip to content

Commit 8a5a12f

Browse files
committed
actually fix dual type declarations
1 parent 7468796 commit 8a5a12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/methods/clipping/clipping_processor.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ function foreach_pair_of_maybe_intersecting_edges_in_order(
234234
end
235235

236236
# Declare this now because it's used in multiple branches
237-
last_a_idx::Int = 0
237+
last_a_idx = 0
238238

239239
if accelerator isa NestedLoop
240240
# if we don't have enough vertices in either of the polygons to merit a tree,

0 commit comments

Comments
 (0)