diff options
author | 2019-06-14 16:34:36 -0700 | |
---|---|---|
committer | 2019-06-14 16:34:36 -0700 | |
commit | 0616034b3092da406e289d689bfdb247947c21f3 (patch) | |
tree | 815b17e63b9188a7f7815cd3de97e6c6ea947601 /Python/pywarpx/WarpInterface.py | |
parent | ee5dbceb99e5498250be3ef5db919518bd6783f3 (diff) | |
download | WarpX-0616034b3092da406e289d689bfdb247947c21f3.tar.gz WarpX-0616034b3092da406e289d689bfdb247947c21f3.tar.zst WarpX-0616034b3092da406e289d689bfdb247947c21f3.zip |
Fixed name of WarpX_EM3D
Diffstat (limited to 'Python/pywarpx/WarpInterface.py')
-rw-r--r-- | Python/pywarpx/WarpInterface.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pywarpx/WarpInterface.py b/Python/pywarpx/WarpInterface.py index 08d2aa587..2e48de484 100644 --- a/Python/pywarpx/WarpInterface.py +++ b/Python/pywarpx/WarpInterface.py @@ -128,7 +128,7 @@ class _WarpX_YEEFIELDtype(object): return self._Jz_wrap[...] -class WARPX_EM3D(warp.EM3D): +class WarpX_EM3D(warp.EM3D): """Mirrors part of the Warp EM3D class, mostly diagnostics. """ def __init__(self, picmi_grid, level=0): |