diff options
Diffstat (limited to 'Python/pywarpx/picmi.py')
-rw-r--r-- | Python/pywarpx/picmi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/picmi.py b/Python/pywarpx/picmi.py index 81b1543bb..70d63e467 100644 --- a/Python/pywarpx/picmi.py +++ b/Python/pywarpx/picmi.py @@ -420,7 +420,7 @@ class Simulation(picmistandard.PICMI_Simulation): if self.gamma_boost is not None: pywarpx.warpx.gamma_boost = self.gamma_boost - pywarpx.warpx.boost_direction = z + pywarpx.warpx.boost_direction = 'z' pywarpx.amr.plot_int = self.plot_int pywarpx.amr.plot_file = self.plot_file |