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
end
for i in eachindex(idx)
c = idx[i]
res[i] = juobs.CData(c_header[corr_match[c]], vcfg, data_re[c, :, :], data_im[c, :, :], id)
for c in 1:div(length(corr_match), 2))
res[c] = juobs.CData(c_header[corr_match[c]], vcfg, data_re[c, :, :], data_im[c, :, :], id)
end
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