Skip to content

Commit

Permalink
More clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
oshapoval committed Jan 21, 2025
1 parent 02de61d commit 2541297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def secondary_emission():
Ne_sec = (
sigma_int + 1
) # number of the secondary electrons to be emitted
for i_elec in [0, Ne_sec - 1]:
for _ in range(Ne_sec):
xe = np.array([])
ye = np.array([])
ze = np.array([])
Expand Down

0 comments on commit 2541297

Please sign in to comment.