Skip to content

Commit

Permalink
iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBerman committed Aug 5, 2024
1 parent a6a4018 commit c72bfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kdtree.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function populate(galaxies::Vector{Galaxy}, b::Float64; sky_metric=Vincenty_Form
leaves = get_leaves(tree)
split_number, count = splitter(leaves, b, count, sky_metric=sky_metric)
if i%10 == 0
println("Iteration: ", iteration)
print("Iteration: ", iteration,"...")
end
end
return tree
Expand Down

0 comments on commit c72bfcc

Please sign in to comment.