Skip to content

Commit fbd3065

Browse files
authored
Corrected Tao pipe wall3d_radius command. (bmad-sim#1309)
1 parent b33b6bd commit fbd3065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tao/code/tao_pipe_cmd.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7878,8 +7878,8 @@ subroutine tao_pipe_cmd (input_str)
78787878
endif
78797879

78807880
nl=incr(nl); write (li(nl), rmt) 'wall_radius;REAL;F;', r_wall
7881-
nl=incr(nl); write (li(nl), ramt) 'origin;REAL;F', (';', origin(i), i = 1, 3)
7882-
nl=incr(nl); write (li(nl), ramt) 'perpendicular;REAL;F', (';', perp(i), i = 1, 3)
7881+
nl=incr(nl); write (li(nl), ramt) 'origin;REAL_ARR;F', (';', origin(i), i = 1, 3)
7882+
nl=incr(nl); write (li(nl), ramt) 'perpendicular;REAL_ARR;F', (';', perp(i), i = 1, 3)
78837883

78847884
!------------------------------------------------------------------------------------------------
78857885
!------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)