diff options
author | 2019-07-12 11:55:25 -0700 | |
---|---|---|
committer | 2019-07-12 11:55:25 -0700 | |
commit | 54a1d8da23ae03ab2d1061363d0b56cbc32e4213 (patch) | |
tree | 137b5e6d6b9b1d3a06f051aa13338b97da8c17cb /Python/pywarpx/picmi.py | |
parent | b348a8202ed6e53c05f9062976393d8b0f4cd95d (diff) | |
download | WarpX-54a1d8da23ae03ab2d1061363d0b56cbc32e4213.tar.gz WarpX-54a1d8da23ae03ab2d1061363d0b56cbc32e4213.tar.zst WarpX-54a1d8da23ae03ab2d1061363d0b56cbc32e4213.zip |
default value for boost parameters are None
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 7d514d175..acf730e5a 100644 --- a/Python/pywarpx/picmi.py +++ b/Python/pywarpx/picmi.py @@ -448,7 +448,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 = None pywarpx.amr.plot_int = self.plot_int pywarpx.amr.plot_file = self.plot_file |