From 25ed00d2eb70a24549853708fe468a35d0897a27 Mon Sep 17 00:00:00 2001 From: David Sagan Date: Thu, 4 Jan 2024 04:51:30 -0500 Subject: [PATCH] Minor doc update. --- bmad/doc/orientation.tex | 4 ++-- tao/version/tao_version_mod.f90 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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