Skip to content

Commit

Permalink
Merge pull request #41 from PyORBIT-Collaboration/shishlo-patch-1
Browse files Browse the repository at this point in the history
Typo in ThickKick class in py/orbit/py_linac/lattice/LinacAccNodes.py
  • Loading branch information
azukov authored Dec 18, 2024
2 parents 59921b3 + b1f3736 commit 6760788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/orbit/py_linac/lattice/LinacAccNodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ def __init__(self, name="thick_kick"):
"""
LinacMagnetNode.__init__(self, name)
self.addParam("Bx", 0.0)
self.addParam("By", [])
self.addParam("By", 0.0)
self.setnParts(1)
self.setType("thickKick")

Expand Down

0 comments on commit 6760788

Please # to comment.