Commit 66433f75 authored by Antonino D'Anna's avatar Antonino D'Anna

another bugfix

parent 2b6ba776
{}
\ No newline at end of file
...@@ -388,9 +388,8 @@ function read_mesons_correction(path::String, g1::Union{String, Nothing}=nothing ...@@ -388,9 +388,8 @@ function read_mesons_correction(path::String, g1::Union{String, Nothing}=nothing
end end
for i in eachindex(idx) for c in 1:div(length(corr_match), 2))
c = idx[i] res[c] = juobs.CData(c_header[corr_match[c]], vcfg, data_re[c, :, :], data_im[c, :, :], id)
res[i] = juobs.CData(c_header[corr_match[c]], vcfg, data_re[c, :, :], data_im[c, :, :], id)
end end
close(data) close(data)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment