Skip to content

Commit

Permalink
Update Tao doc. (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan authored Jan 26, 2024
1 parent dd18f7e commit f17a238
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bmad/code/write_bmad_lattice_file.f90
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ subroutine write_bmad_lattice_file (bmad_file, lat, err, output_form, orbit0)
enddo
line = trim(line) // '}'
ix = index(line, '{,')
line = line(1:ix) // line(ix+2:)
if (ix /= 0) line = line(1:ix) // line(ix+2:)
endif

call write_lat_line (line, iu, .false.)
Expand Down
2 changes: 1 addition & 1 deletion tao/doc/cover-page.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

\begin{flushright}
\large
Revision: December 23, 2023 \\
Revision: January 26, 2024 \\
\end{flushright}

\vfill
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 = "2024/01/19 21:49:00"
character(*), parameter :: tao_version_date = "2024/01/24 19:31:53"
end module

0 comments on commit f17a238

Please sign in to comment.