diff options
author | 2018-07-19 16:29:40 -0700 | |
---|---|---|
committer | 2018-07-19 16:29:40 -0700 | |
commit | 315b25e802f067c39dd1107b9e92ee73e8a7e92e (patch) | |
tree | 2c14999ff5129d7349666d29e14248b251063b59 /Python/pywarpx/__init__.py | |
parent | 96f4c8475d1c8ab7f5c9d392d04b2cf3f9d0d186 (diff) | |
download | WarpX-315b25e802f067c39dd1107b9e92ee73e8a7e92e.tar.gz WarpX-315b25e802f067c39dd1107b9e92ee73e8a7e92e.tar.zst WarpX-315b25e802f067c39dd1107b9e92ee73e8a7e92e.zip |
Updates to match changes in PICMI standard
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r-- | Python/pywarpx/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py index cd6237d39..14d028a45 100644 --- a/Python/pywarpx/__init__.py +++ b/Python/pywarpx/__init__.py @@ -11,7 +11,7 @@ from .Laser import laser #from .timestepper import TimeStepper from .PGroup import PGroup from .PGroup import PGroups -from .WarpXPIC import WarpXPIC +#from .WarpXPIC import WarpXPIC from ._libwarpx import add_particles |