Skip to content

Commit e097fb3

Browse files
Remove Infiltrator temporary
1 parent 2727c4d commit e097fb3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/EEAlgorithm.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
const large_distance = 16.0 # = 4^2
44
const large_dij = 1.0e6
55

6-
using Infiltrator
7-
86
"""
97
angular_distance(eereco, i, j) -> Float64
108
@@ -310,8 +308,6 @@ function _ee_genkt_algorithm(; particles::Vector{EEjet{T}}, p = 1, R = 4.0,
310308
# Only for debugging purposes...
311309
# ee_check_consistency(clusterseq, clusterseq_index, N, nndist, nndij, nni, "Start")
312310

313-
#@infiltrate
314-
315311
# Now we can start the main loop
316312
iter = 0
317313
while N != 0

0 commit comments

Comments
 (0)