Skip to content

Commit

Permalink
bug fix FoilDistribution (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMarre authored Sep 5, 2023
1 parent 2f7e682 commit df36ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PICMI_Python/particles.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def __init__(self,
self.front = front
self.thickness = thickness
self.exponential_pre_plasma_length = exponential_pre_plasma_length
self.exponential_pre_plasma_cutoff = exponential_pre_plasma_cutof
self.exponential_pre_plasma_cutoff = exponential_pre_plasma_cutoff
self.exponential_post_plasma_length = exponential_post_plasma_length
self.exponential_post_plasma_cutoff = exponential_post_plasma_cutoff

Expand Down

0 comments on commit df36ba4

Please sign in to comment.