Skip to content

Commit

Permalink
Transverse space charge: typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aoeftiger committed Jun 22, 2016
1 parent fdb49c5 commit 38ae675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacecharge/transverse_spacecharge.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def track(self, beam):
pid = slices.particle_indices_of_slice(sid)

# slice size
dz = slices.slice_width[sid]
dz = slices.slice_widths[sid]

x = self.get_beam_x(beam)[pid]
y = self.get_beam_y(beam)[pid]
Expand Down

0 comments on commit 38ae675

Please sign in to comment.