We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42af38d commit e962e53Copy full SHA for e962e53
src/sdfilereader.jl
@@ -90,7 +90,7 @@ function ctab_props_v2(io::IO)
90
elseif proptype == "RAD"
91
props[idx][:RAD] = parse(Int, val)
92
elseif proptype == "ISO"
93
- props[idx][:ISO] = parse(Float64, val)
+ props[idx][:ISO] = parse(Int, val)
94
end
95
96
0 commit comments