From 54a1d8da23ae03ab2d1061363d0b56cbc32e4213 Mon Sep 17 00:00:00 2001 From: MaxThevenet Date: Fri, 12 Jul 2019 11:55:25 -0700 Subject: default value for boost parameters are None --- Python/pywarpx/picmi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pywarpx/picmi.py') 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 -- cgit v1.2.3