Commit c7088641 authored by Antonino D'Anna's avatar Antonino D'Anna

another bugfix

parent 66433f75
......@@ -388,7 +388,7 @@ function read_mesons_correction(path::String, g1::Union{String, Nothing}=nothing
end
for c in 1:div(length(corr_match), 2))
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
......
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