diff options
Diffstat (limited to 'Python/pywarpx/WarpX.py')
-rw-r--r-- | Python/pywarpx/WarpX.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/pywarpx/WarpX.py b/Python/pywarpx/WarpX.py index e8c170a76..79b248617 100644 --- a/Python/pywarpx/WarpX.py +++ b/Python/pywarpx/WarpX.py @@ -18,6 +18,7 @@ from .Constants import my_constants from .Diagnostics import diagnostics, reduced_diagnostics from .EB2 import eb2 from .Geometry import geometry +from .HybridPICModel import hybridpicmodel from .Interpolation import interpolation from .Langmuirwave import langmuirwave from .Lasers import lasers, lasers_list @@ -43,6 +44,7 @@ class WarpX(Bucket): argv += amr.attrlist() argv += amrex.attrlist() argv += geometry.attrlist() + argv += hybridpicmodel.attrlist() argv += boundary.attrlist() argv += algo.attrlist() argv += langmuirwave.attrlist() |