Skip to content

Commit

Permalink
Fix bug reading atM66 elements from matlab lattice (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcsch committed Jun 14, 2024
1 parent 71f94a1 commit b817bc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyat/at/load/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def __init__(
"ringparam": RingParam,
"wig": elt.Wiggler,
"matrix66": elt.M66,
"M66": elt.M66,
}

# Map class names to Element classes
Expand Down

0 comments on commit b817bc6

Please sign in to comment.