Skip to content

Commit e962e53

Browse files
committed
fix sdfilereader
1 parent 42af38d commit e962e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdfilereader.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function ctab_props_v2(io::IO)
9090
elseif proptype == "RAD"
9191
props[idx][:RAD] = parse(Int, val)
9292
elseif proptype == "ISO"
93-
props[idx][:ISO] = parse(Float64, val)
93+
props[idx][:ISO] = parse(Int, val)
9494
end
9595
end
9696
end

0 commit comments

Comments
 (0)