Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This adds freqency to the SXFwrite #734

Merged
merged 2 commits into from Feb 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/latexuguide/twiss.tex
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
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