Skip to content

Commit

Permalink
forgot to put a default machine object
Browse files Browse the repository at this point in the history
  • Loading branch information
lisazacarias committed Mar 13, 2024
1 parent 6df6d9d commit a2e80ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lcls_tools/superconducting/sc_linac.py
Original file line number Diff line number Diff line change
Expand Up @@ -1969,3 +1969,6 @@ def __init__(
for linac in self.linacs:
for cm_name, cm_obj in linac.cryomodules.items():
self.cryomodules[cm_name] = cm_obj


MACHINE = Machine()

0 comments on commit a2e80ac

Please sign in to comment.