aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/__init__.py
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2018-07-25 14:38:15 -0700
committerGravatar Dave Grote <grote1@llnl.gov> 2018-07-25 14:38:15 -0700
commit9c9ab769bba7b6d92170bce2651a294c500c1260 (patch)
tree4589f4b39a979def3569168d8ace544f7d3f5295 /Python/pywarpx/__init__.py
parent4e379e6c6e69fe499cd91be7c6019448f392ec14 (diff)
downloadWarpX-9c9ab769bba7b6d92170bce2651a294c500c1260.tar.gz
WarpX-9c9ab769bba7b6d92170bce2651a294c500c1260.tar.zst
WarpX-9c9ab769bba7b6d92170bce2651a294c500c1260.zip
Cleaned up handling of new species
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r--Python/pywarpx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py
index 14d028a45..c3f824e8f 100644
--- a/Python/pywarpx/__init__.py
+++ b/Python/pywarpx/__init__.py
@@ -5,7 +5,7 @@ from .Geometry import geometry
from .Algo import algo
from .Langmuirwave import langmuirwave
from .Interpolation import interpolation
-from .Particles import particles, electrons, positrons, protons
+from .Particles import particles, electrons, positrons, protons, newspecies
from .Laser import laser
#from .timestepper import TimeStepper