diff options
author | 2018-02-09 16:34:19 -0800 | |
---|---|---|
committer | 2018-02-09 16:34:19 -0800 | |
commit | 3ff08a6163628b7483f1babc280adbea41c8e7ac (patch) | |
tree | 2f448d12cf3d64f7ace420e8dfc9feabe64c36c2 /Python/pywarpx/Particles.py | |
parent | ec6dd873d46a87707c20aa09b58c691d37a36f98 (diff) | |
download | WarpX-3ff08a6163628b7483f1babc280adbea41c8e7ac.tar.gz WarpX-3ff08a6163628b7483f1babc280adbea41c8e7ac.tar.zst WarpX-3ff08a6163628b7483f1babc280adbea41c8e7ac.zip |
Updated to match changes in the PICMI standard
Diffstat (limited to 'Python/pywarpx/Particles.py')
-rw-r--r-- | Python/pywarpx/Particles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/Particles.py b/Python/pywarpx/Particles.py index e7bac7e10..395a888d7 100644 --- a/Python/pywarpx/Particles.py +++ b/Python/pywarpx/Particles.py @@ -1,6 +1,6 @@ from .Bucket import Bucket -particles = Bucket('particles', nspecies=0, species_names='') +particles = Bucket('particles', nspecies=0, species_names=None) particles_list = [] electrons = Bucket('electrons') |