diff options
author | 2017-03-09 15:10:13 -0800 | |
---|---|---|
committer | 2017-03-09 15:10:13 -0800 | |
commit | 707d8d9fef0ab939b438f69397c6ae90251b001e (patch) | |
tree | 83915253180ef2471d078e5836e0e784d5f35ebe /Python/pywarpx/__init__.py | |
parent | 584a32c8dec1647fa194b5c2db79ef5f61f176c6 (diff) | |
download | WarpX-707d8d9fef0ab939b438f69397c6ae90251b001e.tar.gz WarpX-707d8d9fef0ab939b438f69397c6ae90251b001e.tar.zst WarpX-707d8d9fef0ab939b438f69397c6ae90251b001e.zip |
Added initial version of pgroup mock up
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r-- | Python/pywarpx/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py index baec3e39e..4a509419e 100644 --- a/Python/pywarpx/__init__.py +++ b/Python/pywarpx/__init__.py @@ -9,4 +9,5 @@ from .Particles import particles from .AMReX import AMReX from .timestepper import TimeStepper +from .PGroup import PGroup |