From 3ff08a6163628b7483f1babc280adbea41c8e7ac Mon Sep 17 00:00:00 2001 From: Dave Grote Date: Fri, 9 Feb 2018 16:34:19 -0800 Subject: Updated to match changes in the PICMI standard --- Python/pywarpx/Particles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/pywarpx/Particles.py') 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') -- cgit v1.2.3