Skip to content

Commit 6d6fd02

Browse files
committed
Status
1 parent 6e9dccc commit 6d6fd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xfields/beam_elements/spacecharge_src/spacechargebigaussian.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void SpaceChargeBiGaussian_track_local_particle(
6767
const double dy = fabs(y / (n_integ - 1));
6868

6969
double phi = 0.0;
70-
double dphi_integ;
70+
double dphi_integ = 0.0;
7171
for (int ii=0; ii<n_integ; ii++){
7272
double const x_integ = ii*dx;
7373
double const y_integ = ii*dy;

0 commit comments

Comments
 (0)