aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/picmi.py
diff options
context:
space:
mode:
authorGravatar Peter Scherpelz <31747262+peterscherpelz@users.noreply.github.com> 2021-07-21 10:10:27 -0700
committerGravatar GitHub <noreply@github.com> 2021-07-21 10:10:27 -0700
commit08afd5e2259ba58f7645260c7162ef2f180d102f (patch)
tree92105fbc95510182ed10082a916c3a6806ea2af4 /Python/pywarpx/picmi.py
parenta194e5dcdf3e1101423277e9e65db2e46100f2c1 (diff)
downloadWarpX-08afd5e2259ba58f7645260c7162ef2f180d102f.tar.gz
WarpX-08afd5e2259ba58f7645260c7162ef2f180d102f.tar.zst
WarpX-08afd5e2259ba58f7645260c7162ef2f180d102f.zip
Update picmi.py for new injection_style default (#2109)
Diffstat (limited to '')
-rw-r--r--Python/pywarpx/picmi.py2
1 files changed, 1 insertions, 1 deletions
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,