Commit 0cf6c775 authored by Alberto Ramos's avatar Alberto Ramos

Bug reading old format.

Thanks to P. Fritzsch
parent 2687339e
......@@ -363,7 +363,7 @@ function read_bdio(fb, ws::wspace, mapids::Dict{Int64, Int64})
v = Vector{String}(undef, nrep[i])
idc = Vector{Int32}(undef, nds[i])
BDIO.BDIO_read(fb, ifoo)
str = get_name_from_id(ids[i], ws)
str = get_name_from_id(convert(Int64, ids[i]), ws)
for j in 1:nrep[i]
v[j] = str*"_r"*string(j)
for k in is:ie
......
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