From 0108a747887d96b842f7133557ec4a1f6583514f Mon Sep 17 00:00:00 2001 From: Dave Grote Date: Fri, 14 Dec 2018 13:40:32 -0800 Subject: Bug fix in picmi.py --- 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 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 -- cgit v1.2.3