diff options
author | 2017-05-19 16:21:15 -0700 | |
---|---|---|
committer | 2017-05-19 16:21:15 -0700 | |
commit | 5404acf864e72b6f10727fd5c1493ee59c555395 (patch) | |
tree | acbb234b49e77b17d8c7e7558bd4a22c5a8b717e /Python/pywarpx/Particles.py | |
parent | 50ccb9af554901086b8ba4c003e9218e975c6967 (diff) | |
download | WarpX-5404acf864e72b6f10727fd5c1493ee59c555395.tar.gz WarpX-5404acf864e72b6f10727fd5c1493ee59c555395.tar.zst WarpX-5404acf864e72b6f10727fd5c1493ee59c555395.zip |
Added code satisfying 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 a166b029e..bc3feef9c 100644 --- a/Python/pywarpx/Particles.py +++ b/Python/pywarpx/Particles.py @@ -1,6 +1,6 @@ from .Bucket import Bucket -particles = Bucket('particles') +particles = Bucket('particles', nspecies=0, species_names='') electrons = Bucket('electrons') electrons.charge = "-q_e" |