aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/__init__.py
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2018-02-09 16:34:19 -0800
committerGravatar Dave Grote <grote1@llnl.gov> 2018-02-09 16:34:19 -0800
commit3ff08a6163628b7483f1babc280adbea41c8e7ac (patch)
tree2f448d12cf3d64f7ace420e8dfc9feabe64c36c2 /Python/pywarpx/__init__.py
parentec6dd873d46a87707c20aa09b58c691d37a36f98 (diff)
downloadWarpX-3ff08a6163628b7483f1babc280adbea41c8e7ac.tar.gz
WarpX-3ff08a6163628b7483f1babc280adbea41c8e7ac.tar.zst
WarpX-3ff08a6163628b7483f1babc280adbea41c8e7ac.zip
Updated to match changes in the PICMI standard
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r--Python/pywarpx/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py
index a4c83deab..cd6237d39 100644
--- a/Python/pywarpx/__init__.py
+++ b/Python/pywarpx/__init__.py
@@ -5,9 +5,8 @@ from .Geometry import geometry
from .Algo import algo
from .Langmuirwave import langmuirwave
from .Interpolation import interpolation
-from .Particles import particles
+from .Particles import particles, electrons, positrons, protons
from .Laser import laser
-from .AMReX import AMReX
#from .timestepper import TimeStepper
from .PGroup import PGroup