Skip to content

Commit

Permalink
Minor fix for Tao python spin_resonance command.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSagan committed Jul 24, 2024
1 parent 9e743c7 commit 27cfb13
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
7 changes: 6 additions & 1 deletion bmad/doc/manual_template.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<html>

<Directory /usr/local/httpd/htdocs>
Options Indexes FollowSymLinks
</Directory>

<head>
<title> Bmad Manual </title>
</head>
Expand Down Expand Up @@ -45,7 +50,7 @@ <h2>Ring Design Tutorial</h2>
the emphasis here is on using Tao, other programs are introduced.

<ul>
<li> <a href = "tutorial_ring_design.pdf">tutorial_bmad_tao.pdf</a>
<li> <a href = "tutorial_ring_design.pdf">tutorial_ring_design.pdf</a>
<li> <a href = "bmad-doc/tutorial_ring_design/lattices">Associated tutorial files</a>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion tao/code/tao_python_cmd.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7162,7 +7162,7 @@ subroutine tao_python_cmd (input_str)
nl=incr(nl); write (li(nl), amt) 'dq_', mode(i), '_diff;REAL;F;', re_str(modulo2(qs-q, 0.5_rp), 6)
nl=incr(nl); write (li(nl), amt) 'xi_res_', mode(i), '_sum;REAL;F;', re_str(xi_sum, 6)
nl=incr(nl); write (li(nl), amt) 'xi_res_', mode(i), '_diff;REAL;F;', re_str(xi_diff, 6)
nl=incr(nl); write (li(nl), rmt) 'n0;REAL;F;', n0(1), ';', n0(2), ';', n0(3)
nl=incr(nl); write (li(nl), rmt) 'n0;REAL_ARR;F;', n0(1), ';', n0(2), ';', n0(3)
enddo

!------------------------------------------------------------------------------------------------
Expand Down
7 changes: 6 additions & 1 deletion tao/doc/tao_template.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<html>

<Directory /usr/local/httpd/htdocs>
Options Indexes FollowSymLinks
</Directory>

<head>
</head>

Expand Down Expand Up @@ -90,7 +95,7 @@ <h2>Ring Design Tutorial</h2>
the emphasis here is on using Tao, other programs are introduced.

<ul>
<li> <a href = "tutorial_ring_design.pdf">tutorial_bmad_tao.pdf</a>
<li> <a href = "tutorial_ring_design.pdf">tutorial_ring_design.pdf</a>
<li> <a href = "bmad-doc/tutorial_ring_design/lattices">Associated tutorial files</a>
</ul>

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/07/24 00:16:07"
character(*), parameter :: tao_version_date = "2024/07/24 00:47:55"
end module

0 comments on commit 27cfb13

Please sign in to comment.