Skip to content

Commit

Permalink
Corrected Tao pipe wall3d_radius command. (bmad-sim#1309)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan authored Nov 19, 2024
1 parent b33b6bd commit fbd3065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tao/code/tao_pipe_cmd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7878,8 +7878,8 @@ subroutine tao_pipe_cmd (input_str)
endif

nl=incr(nl); write (li(nl), rmt) 'wall_radius;REAL;F;', r_wall
nl=incr(nl); write (li(nl), ramt) 'origin;REAL;F', (';', origin(i), i = 1, 3)
nl=incr(nl); write (li(nl), ramt) 'perpendicular;REAL;F', (';', perp(i), i = 1, 3)
nl=incr(nl); write (li(nl), ramt) 'origin;REAL_ARR;F', (';', origin(i), i = 1, 3)
nl=incr(nl); write (li(nl), ramt) 'perpendicular;REAL_ARR;F', (';', perp(i), i = 1, 3)

!------------------------------------------------------------------------------------------------
!------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit fbd3065

Please sign in to comment.