Skip to content

Commit

Permalink
Merge pull request #561 from bmad-sim/devel/step26
Browse files Browse the repository at this point in the history
Fix cut command.
  • Loading branch information
DavidSagan committed Oct 10, 2023
2 parents f8d2a75 + 8e6fd64 commit 5c13d08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions tao/code/tao_command.f90
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ subroutine tao_command (command_line, err_flag, err_is_fatal)
u%model%lat%particle_start%vec = 0
call tao_lattice_calc (ok)

return

!--------------------------------
! DERIVATIVE

Expand Down
2 changes: 1 addition & 1 deletion tao/version/tao_version_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
!-

module tao_version_mod
character(*), parameter :: tao_version_date = "2023/10/07 16:36:38"
character(*), parameter :: tao_version_date = "2023/10/10 11:50:30"
end module

0 comments on commit 5c13d08

Please sign in to comment.