Commit 5a135529 authored by Ale's avatar Ale

bug

parent 9d5d761f
......@@ -198,7 +198,7 @@ function corr_obs(cdata::Array{CData, 1}; real::Bool=true, rw::Union{Array{Array
obs = [uwreal(tmp[:, x0], id[1], replica) for x0 = 1:nt]
else
if flag_strange == true
data_r, W = apply_rw(data, rw, id=cdata.id)
data_r, W = apply_rw(data, rw, id=id)
else
data_r, W = apply_rw(data, rw)
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