diff --git a/bmad/doc/orientation.tex b/bmad/doc/orientation.tex index c15da23ced..1a41a90691 100644 --- a/bmad/doc/orientation.tex +++ b/bmad/doc/orientation.tex @@ -48,10 +48,10 @@ \section{Tao and Bmad Distributions} The \vn{dynamic_aperture} program finds the dynamic aperture through tracking. % \item[ibs_linac] \Newline -The \vn{ibs_linac} program simulates the effect of intra-beam scattering (ibs) for beams in a Linac. +The \vn{ibs_linac} program simulates the effect of intra-beam scattering (IBS) for beams in a Linac. % \item[ibs_ring] \Newline -The \vn{ibs_linac} program simulates the effect of intra-beam scattering (ibs) for beams +The \vn{ibs_ring} program simulates the effect of intra-beam scattering (IBS) for beams in a ring. % \item[long_term_tracking] \Newline diff --git a/tao/version/tao_version_mod.f90 b/tao/version/tao_version_mod.f90 index 39008b64bc..3989257aa6 100644 --- a/tao/version/tao_version_mod.f90 +++ b/tao/version/tao_version_mod.f90 @@ -6,5 +6,5 @@ !- module tao_version_mod -character(*), parameter :: tao_version_date = "2023/12/23 01:27:18" +character(*), parameter :: tao_version_date = "2023/12/23 21:38:46" end module