Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tao version update. #1385

Merged
merged 2 commits into from
Feb 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bmad/multiparticle/beam_utils.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ subroutine calc_bunch_params (bunch, bunch_params, error, print_err, n_mat, is_t

call calc_emittances_and_twiss_from_sigma_matrix (bunch_params%sigma, bunch_params, error, print_err, n_mat)
if (error .and. logic_option(.true., print_err)) then
call out_io(s_blank$, r_name, 'This at element: ' // ele_full_name(ele))
if (present(ele)) call out_io(s_blank$, r_name, 'This at element: ' // ele_full_name(ele))
endif

end subroutine calc_bunch_params
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 = "2025/02/04 17:43:02"
character(*), parameter :: tao_version_date = "2025/02/08 20:26:28"
end module
Loading