From cda64af01abfe185b615246b27e34c0253ddc21a Mon Sep 17 00:00:00 2001 From: David Sagan Date: Wed, 20 Nov 2024 23:08:21 -0500 Subject: [PATCH] Fix Tao `show lattice -pipe` command. --- tao/code/tao_show_this.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tao/code/tao_show_this.f90 b/tao/code/tao_show_this.f90 index 935fe9b01..7bc463af3 100644 --- a/tao/code/tao_show_this.f90 +++ b/tao/code/tao_show_this.f90 @@ -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'], &