Skip to content

Commit 81acad9

Browse files
committed
typo
1 parent a471c14 commit 81acad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atintegrators/ExactSectorBendRadPass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ ExportMode struct elem *trackFunction(const atElem *ElemData,struct elem *Elem,
185185
Elem->KickAngle=KickAngle;
186186
}
187187
irho = Elem->BendingAngle/Elem->Length;
188-
gamma = atGamma(Param->energy, Elem->Energy, Param->rest_energy);; check_error();
188+
gamma = atGamma(Param->energy, Elem->Energy, Param->rest_energy); check_error();
189189

190190
ExactSectorBendRad(r_in, Elem->Length, irho,
191191
Elem->PolynomA, Elem->PolynomB,

0 commit comments

Comments
 (0)