Skip to content

Commit

Permalink
Update DividedRectangles.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tawheeler authored Sep 22, 2024
1 parent 924a037 commit 391739c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DividedRectangles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ end

"""
A routine for obtaining the split intervals from a given list of intervals and a minimum radius.
The potentially optimal intervals form a lower-right convex hull in $r$ and $y$.
The potentially optimal intervals form a lower-right convex hull in r and y.
"""
function get_split_intervals(□s::Vector{DirectRectangle}, r_min::Float64)
hull = DirectRectangle[]
Expand Down

0 comments on commit 391739c

Please sign in to comment.