Skip to content

Commit 7a37cd8

Browse files
authored
add mutable keyword in mutable struct docs (#134)
1 parent 113a1bf commit 7a37cd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/EEjet.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
struct EEjet
2+
mutable struct EEjet
33
44
The `EEjet` struct is a 4-momentum object used for the e+e jet reconstruction routines.
55

src/TiledAlgoLLStructs.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
needed for dealing with tiles for the tiled strategy"""
55

66
"""
7-
struct TiledJet
7+
mutable struct TiledJet
88
99
TiledJet represents a jet in a tiled algorithm for jet reconstruction, with
1010
additional information to track the jet's position in the tiled structures.

0 commit comments

Comments
 (0)