Commit 209eb3cf authored by Alberto Ramos's avatar Alberto Ramos

Bug in add_maps

parent 7939eaf6
...@@ -148,7 +148,11 @@ function add_DB(delta::Vector{Float64}, id::Int64, iv::Vector{Int64}, ws::wspace ...@@ -148,7 +148,11 @@ function add_DB(delta::Vector{Float64}, id::Int64, iv::Vector{Int64}, ws::wspace
end end
if do_maps if do_maps
add_maps(id, ws, iv) if (nd == 1)
add_maps(id, ws, [1])
else
add_maps(id, ws, iv)
end
end end
return nothing return nothing
......
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