Commit f8f4642c authored by Alberto Ramos's avatar Alberto Ramos

Bug in gpas function call

Thanks to Patrick
parent 8374ab9d
...@@ -928,7 +928,7 @@ function uwreal(data::Vector{Float64}, ...@@ -928,7 +928,7 @@ function uwreal(data::Vector{Float64},
idm::Vector{Int64}, idm::Vector{Int64},
nms::Int64) nms::Int64)
uw = ADerrors.uwcls_gaps(data, uw = ADerrors.uwcls_gaps(data,
get_id_from_name(str, wsg), get_id_from_name(str, wsg), wsg,
iv, iv,
idm, idm,
nms) nms)
...@@ -1001,7 +1001,7 @@ function uwreal(data::Vector{Float64}, ...@@ -1001,7 +1001,7 @@ function uwreal(data::Vector{Float64},
idm::Vector{Int64}, idm::Vector{Int64},
nms::Int64) nms::Int64)
uw = ADerrors.uwcls_gaps(data, uw = ADerrors.uwcls_gaps(data,
get_id_from_name(str, wsg), get_id_from_name(str, wsg), wsg,
iv, iv,
idm, idm,
nms) nms)
......
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