Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Jan 9, 2022
1 parent 7f24159 commit 8d3856d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astra/astra_distgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def run_astra_with_distgen(settings=None,
P = G.particles
# Special flag for cathode start
if G['start:type'] == 'cathode':
P.status[:] -1
P.status[:] = -1

# Attach to Astra object
A.initial_particles = P
Expand Down

0 comments on commit 8d3856d

Please sign in to comment.