Skip to content

Commit

Permalink
Merge pull request #692 from bmad-sim/devel/73
Browse files Browse the repository at this point in the history
Fix last coord_mod.f90 checkin.
  • Loading branch information
DavidSagan committed Dec 11, 2023
2 parents 10e4687 + 6bea685 commit 5362613
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bmad/modules/coord_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ subroutine init_coord2 (orb_out, orb_in, ele, element_end, particle, direction,
call err_exit
endif

if (orb%location == downstream_end$ .or. ele%value(l$) == 0) then
if (orb%location == downstream_end$ .or. ele%key == beginning_ele$) then
p0c = ele%value(p0c$)
e_tot = ele%value(e_tot$)
ref_time = ele%ref_time
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/12/10 04:33:35"
character(*), parameter :: tao_version_date = "2023/12/11 11:37:02"
end module

0 comments on commit 5362613

Please sign in to comment.