Skip to content

Commit

Permalink
Fix Tao show lattice -pipe command. (bmad-sim#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan authored Nov 21, 2024
1 parent 22c21f4 commit 6048d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tao/code/tao_show_this.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2746,7 +2746,7 @@ subroutine tao_show_this (what, result_id, lines, nl)
do
call tao_next_switch (what2, [character(32):: &
'-branch', '-blank_replacement', '-lords', '-center', '-middle', &
'-tracking_elements', '-0undef', '-beginning', 'pipe', &
'-tracking_elements', '-0undef', '-beginning', '-pipe', &
'-no_label_lines', '-no_tail_lines', '-custom', '-s', '-radiation_integrals', '-remove_line_if_zero', &
'-base', '-design', '-floor_coords', '-orbit', '-attribute', '-all', '-no_slaves', '-energy', &
'-spin', '-undef0', '-no_super_slaves', '-sum_radiation_integrals', '-python', '-universe', '-rms'], &
Expand Down

0 comments on commit 6048d2e

Please sign in to comment.