From df36ba43e4f85c624710b93928b9cdacf7c8cbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brian=20Edward=20Marr=C3=A9?= Date: Tue, 5 Sep 2023 17:14:37 +0200 Subject: [PATCH] bug fix FoilDistribution (#103) --- PICMI_Python/particles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PICMI_Python/particles.py b/PICMI_Python/particles.py index 0b3a7fb..027529f 100644 --- a/PICMI_Python/particles.py +++ b/PICMI_Python/particles.py @@ -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