Commit 125abd54 authored by Alberto Ramos's avatar Alberto Ramos

Let's see if I can correct a line...

parent 32801794
......@@ -420,7 +420,7 @@ function uwerror(a::uwreal, ws::wspace, wpm::Dict{Int64,Vector{Float64}})
else
println(stderr, "ID's with negative tau_int: ")
for i in 1:length(id_neg_taui)
println(" ", get_name_from_id(id_neg_taui, ws))
println(" ", get_name_from_id(id_neg_taui[i], ws))
end
error("Error analysis failed for some ID's. Choose your window more carefully")
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