diff options
author | 2017-03-23 14:06:34 -0700 | |
---|---|---|
committer | 2017-03-23 14:20:03 -0700 | |
commit | 68ea3081598a0c8dd0e99c5069c63559fdd59f5c (patch) | |
tree | 9364caf91293dd9da260d24d49045338738eacc4 /Python/pywarpx/__init__.py | |
parent | 2398659ecc197c69641923e816b3b312d287adf1 (diff) | |
download | WarpX-68ea3081598a0c8dd0e99c5069c63559fdd59f5c.tar.gz WarpX-68ea3081598a0c8dd0e99c5069c63559fdd59f5c.tar.zst WarpX-68ea3081598a0c8dd0e99c5069c63559fdd59f5c.zip |
Switched high level Python wrapper to ctypes
Diffstat (limited to 'Python/pywarpx/__init__.py')
-rw-r--r-- | Python/pywarpx/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/pywarpx/__init__.py b/Python/pywarpx/__init__.py index 4a509419e..cf79c65a6 100644 --- a/Python/pywarpx/__init__.py +++ b/Python/pywarpx/__init__.py @@ -10,4 +10,6 @@ from .AMReX import AMReX from .timestepper import TimeStepper from .PGroup import PGroup +from .PGroup import PGroups +from ._libwarpx import add_particles |