Describe the bug
k is not defined here:
|
return (false, Cert.Outside, i, j, k) |
and here:
|
return (false, Cert.Outside, i, j, k) |
Reproducer
Anything snippet that hits those lines in the code.
Environment information
UndefVarError: `k` not defined in local scope
Suggestion: check for an assignment to a local variable that shadows a global of the same name.
Stacktrace:
[1] search_right_down_adjacent_boundary_edges(...
...
Describe the bug
kis not defined here:DelaunayTriangulation.jl/src/algorithms/point_location/jump_and_march.jl
Line 422 in 9134c8e
and here:
DelaunayTriangulation.jl/src/algorithms/point_location/jump_and_march.jl
Line 448 in 9134c8e
Reproducer
Anything snippet that hits those lines in the code.
Environment information