From 08afd5e2259ba58f7645260c7162ef2f180d102f Mon Sep 17 00:00:00 2001 From: Peter Scherpelz <31747262+peterscherpelz@users.noreply.github.com> Date: Wed, 21 Jul 2021 10:10:27 -0700 Subject: Update picmi.py for new injection_style default (#2109) --- 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 012811c0b..63c9143aa 100644 --- a/Python/pywarpx/picmi.py +++ b/Python/pywarpx/picmi.py @@ -100,7 +100,7 @@ class Species(picmistandard.PICMI_Species): self.species = pywarpx.Bucket.Bucket(self.name, mass = self.mass, charge = self.charge, - injection_style = 'python', + injection_style = None, initialize_self_fields = int(initialize_self_fields), boost_adjust_transverse_positions = self.boost_adjust_transverse_positions, self_fields_required_precision = self.self_fields_required_precision, -- cgit v1.2.3