Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KM3io.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
common
KM3io.jl
Commits
79dabe8f
Verified
Commit
79dabe8f
authored
2 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
More type safety
parent
6e5ed406
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/hardware.jl
+2
-2
2 additions, 2 deletions
src/hardware.jl
with
2 additions
and
2 deletions
src/hardware.jl
+
2
−
2
View file @
79dabe8f
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Tamas Gal
@tgal
mentioned in commit
71068b8a
·
2 years ago
mentioned in commit
71068b8a
mentioned in commit 71068b8a10ade4fe198ee45a728a830f69dd8270
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment