Skip to content
Snippets Groups Projects
Verified Commit 6dcb69c1 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Cosmetics

parent 5759f91e
No related branches found
No related tags found
1 merge request!3Muonscanfit
......@@ -75,7 +75,7 @@ be empty if none of the directions had enough hits to perform the algorithm.
function scanfit(params::MuonScanfitParameters, rhits::Vector{T}, directions::Vector{Direction{Float64}}) where T<:AbstractReducedHit
candidates = Vector{Vector{MuonScanfitCandidate}}()
for i in 1:Threads.nthreads()
for _ in 1:Threads.nthreads()
push!(candidates, MuonScanfitCandidate[])
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment