Skip to content
Snippets Groups Projects
Verified Commit 79dabe8f authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

More type safety

parent 6e5ed406
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ struct DetectorModule
location::Location
n_pmts::Int8
pmts::Vector{PMT}
q::Union{Quaternion, Missing}
q::Union{Quaternion{Float64}, Missing}
status::Int32
t₀::Float64
end
......@@ -240,7 +240,7 @@ struct Detector
version::Int8
id::Int32
validity::Union{DateRange, Missing}
pos::Union{UTMPosition, Missing}
pos::Union{UTMPosition{Float64}, Missing}
utm_ref_grid::Union{String, Missing}
n_modules::Int32
modules::Dict{Int32, DetectorModule}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment