diff options
Diffstat (limited to 'Python/pywarpx/WarpXPIC.py')
-rw-r--r-- | Python/pywarpx/WarpXPIC.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/pywarpx/WarpXPIC.py b/Python/pywarpx/WarpXPIC.py index e98ff823d..a2efaffbd 100644 --- a/Python/pywarpx/WarpXPIC.py +++ b/Python/pywarpx/WarpXPIC.py @@ -12,8 +12,10 @@ # able to run a customized PIC simulation with that code. from warp.run_modes.timestepper import PICAPI + from ._libwarpx import libwarpx + class WarpXPIC(PICAPI): def get_time(self): |