Skip to content

Commit daaf01c

Browse files
committed
renaming
1 parent 4d797ab commit daaf01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atintegrators/kickrad_k1h_kn.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ the polynomial terms in PolynomB.
110110
r6[4] -= rad_const * SQR(1+r6[4]) * B2P * (1.0+x*irho) * L / sqrt(1.0 - xpr*xpr - ypr*ypr);
111111

112112
/* recalculate momentums from angles after losing energy for radiation */
113-
p_norm = 1/(1+r6[4]);
113+
p_norm = 1.0 / (1.0+r6[4]);
114114
r6[1] = xpr/p_norm;
115115
r6[3] = ypr/p_norm;
116116

0 commit comments

Comments
 (0)