Skip to content

Commit c7cb795

Browse files
committed
cleanup
1 parent e4a8bc5 commit c7cb795

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/seismicity/smoothing.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,6 @@ function smoothing(fname_count::String, smoothing_σs::Array, maxdistkm::Real;
200200
end
201201

202202
end
203-
#else
204-
# d = h3Distance(base, idx[2])
205-
# if d isa H3ErrorCode
206-
# @info "failed: $(base), $(idx[2]). Using default $default_distance"
207-
# d = default_distance
208-
# end
209-
210-
#end
211-
#dsts[idx[1]] = Float32(d * edge_length)
212203
dsts[idx[1]] = d
213204
if dsts[idx[1]] < 1.0
214205
dsts[idx[1]] = 1.0

0 commit comments

Comments
 (0)