Skip to content

Commit

Permalink
Merge 97d4209 into dd3ce8c
Browse files Browse the repository at this point in the history
  • Loading branch information
tpersson committed Feb 21, 2019
2 parents dd3ce8c + 97d4209 commit 7789e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/latexuguide/twiss.tex
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ \chapter{Twiss Module}
\ttitem{SECTORACC} a logical flag to save composition of maps instead of individual maps of a
\hyperref[sec:sectormap]{sector map}.

\item{SECTORPURE} a logical flag to save the transfer map Rij without effects from higher order map (Tijk). This option should be used to get it in the correct format for TRAIN.
\ttitem{SECTORPURE} a logical flag to save the transfer map Rij without effects from higher order map (Tijk). This option should be used to get it in the correct format for TRAIN.

\ttitem{SECTORTABLE} the name of the table containing the \texttt{SECTORMAP}
values. The elements (lines) and parameters (columns)
Expand Down
2 changes: 1 addition & 1 deletion src/mad_gcst.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const char* const sxf_table_names[] =
"lag","harmon","betrf","pg",
"shunt","tfill","eloss","ex","ey",
"hkick","vkick","xsize","ysize","sigx",
"sigy","xma","yma","charge",
"sigy","xma","yma","charge", "freq",
" " /* blank terminates */
};

Expand Down

0 comments on commit 7789e23

Please sign in to comment.