diff options
author | 2021-07-21 10:10:27 -0700 | |
---|---|---|
committer | 2021-07-21 10:10:27 -0700 | |
commit | 08afd5e2259ba58f7645260c7162ef2f180d102f (patch) | |
tree | 92105fbc95510182ed10082a916c3a6806ea2af4 /Python/pywarpx/picmi.py | |
parent | a194e5dcdf3e1101423277e9e65db2e46100f2c1 (diff) | |
download | WarpX-08afd5e2259ba58f7645260c7162ef2f180d102f.tar.gz WarpX-08afd5e2259ba58f7645260c7162ef2f180d102f.tar.zst WarpX-08afd5e2259ba58f7645260c7162ef2f180d102f.zip |
Update picmi.py for new injection_style default (#2109)
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 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, |