Skip to content

Commit 41670e7

Browse files
authored
Merge pull request #944 from tpersson/fixOfAccidentalcharInDoc
Add comment MREX and removes some attributes that are not used.
2 parents c961b78 + 8c4f01e commit 41670e7

File tree

3 files changed

+9
-19
lines changed

3 files changed

+9
-19
lines changed

doc/latexuguide/error.tex

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,20 +172,24 @@ \section{EALIGN: Alignment Errors} %EALIGN: Define Misalignments}
172172
right hand rule. (Default:~0~rad).
173173

174174
\ttitem{MREX} The horizontal read error for a monitor. This is ignored if
175-
the element is not a monitor. \\
175+
the element is not a monitor. Note that this is ignored by TWISS and TRACK
176+
and only used by the orbit correction command. \\
176177
If \texttt{MREX}$>$0 the reading for \textit{x} is too high (default: 0 m).
177178

178179
\ttitem{MREY} The vertical read error for a monitor. This is ignored if
179-
the element is not a monitor. \\
180+
the element is not a monitor. Note that this is ignored by TWISS and TRACK
181+
and only used by the orbit correction command. \\
180182
If \texttt{MREY}$>$0, the reading for \textit{y} is too high (default: 0 m).
181183

182184
\ttitem{MSCALX} The relative horizontal scaling error for a monitor. This
183-
is ignored if the element is not a monitor. \\
185+
is ignored if the element is not a monitor. Note that this is ignored by TWISS and TRACK
186+
and only used by the orbit correction command. \\
184187
If \texttt{MSCALX}$>$0 the reading for \textit{x} is too high (default: 0). A
185188
value of 0.5 implies that the actual reading is multiplied by 1.5.
186189

187190
\ttitem{MSCALY} The relative vertical scaling error for a monitor. This is
188-
ignored if the element is not a monitor. \\
191+
ignored if the element is not a monitor. Note that this is ignored by TWISS and TRACK
192+
and only used by the orbit correction command. \\
189193
If \texttt{MSCALY}$>$0 the reading for \textit{y} is too high (default: 0). A
190194
value of -0.3 implies that the actual reading is multiplied by 0.7.
191195

doc/latexuguide/format.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
f%%\title{Command Format}
1+
%%\title{Command Format}
22
% Changed by: Chris ISELIN, 24-Jan-1997
33
% Changed by: Hans Grote, 25-Sep-2002
44
% Changed by: Ghislain ROY, 27-Jan-2014

src/mad_dict.c

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,13 +2916,6 @@ const char *const_element_def =
29162916
"ramp4 = [i, 0], "
29172917
"betrf = [r, 0], "
29182918
"pg = [r, 0], "
2919-
"shunt = [r, 0], "
2920-
"tfill = [r, 0], "
2921-
"eloss = [r, 0], "
2922-
"volterr = [r, 0], "
2923-
"lagerr = [r, 0], "
2924-
"nbin = [i, 0], "
2925-
"binmax = [r, 0], "
29262919
"magnet = [i, 0], "
29272920
"slice = [i, 1], "
29282921
"lfile = [s, none, lfile], "
@@ -2968,13 +2961,6 @@ const char *const_element_def =
29682961
"ramp4 = [i, 0], "
29692962
"betrf = [r, 0], "
29702963
"pg = [r, 0], "
2971-
"shunt = [r, 0], "
2972-
"tfill = [r, 0], "
2973-
"eloss = [r, 0], "
2974-
"volterr = [r, 0], "
2975-
"lagerr = [r, 0], "
2976-
"nbin = [i, 0], "
2977-
"binmax = [r, 0], "
29782964
"magnet = [i, 0], "
29792965
"slice = [i, 1], "
29802966
"lfile = [s, none, lfile], "

0 commit comments

Comments
 (0)