Skip to content

Commit de755ea

Browse files
committed
A fix
1 parent 8d0e610 commit de755ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymask/pymasktools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def get_optics_and_orbit_at_start_ring(mad, seq_name, with_bb_forces=False,
360360
# Twiss and get closed-orbit
361361
if not skip_mad_use:
362362
mad.use(sequence=seq_name)
363-
twiss_table = mad.twiss()
363+
twiss_table = mad.twiss(rmatrix=True)
364364

365365
if initial_bb_state is not None:
366366
mad.globals.on_bb_switch = initial_bb_state

0 commit comments

Comments
 (0)