Skip to content

Commit

Permalink
Add correct repository name to file
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann authored and oschulz committed Nov 18, 2024
1 parent f579677 commit cb8ff57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/geant4_hdf5.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is a part of LegendDataTypes.jl, licensed under the MIT License (MIT).
# This file is a part of LegendHDF5IO.jl, licensed under the MIT License (MIT).

export Geant4HDF5Input
struct Geant4HDF5Input <: AbstractLegendInput
Expand Down
2 changes: 2 additions & 0 deletions src/histogram_io.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of LegendHDF5IO.jl, licensed under the MIT License (MIT).

_range_to_nt(r::AbstractRange) = (
first = first(r),
last = last(r),
Expand Down
2 changes: 2 additions & 0 deletions src/types.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file is a part of LegendHDF5IO.jl, licensed under the MIT License (MIT).

export LHDataStore, LH5Array

"""
Expand Down

0 comments on commit cb8ff57

Please sign in to comment.