aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/WarpInterface.py
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-06-14 16:34:36 -0700
committerGravatar Dave Grote <grote1@llnl.gov> 2019-06-14 16:34:36 -0700
commit0616034b3092da406e289d689bfdb247947c21f3 (patch)
tree815b17e63b9188a7f7815cd3de97e6c6ea947601 /Python/pywarpx/WarpInterface.py
parentee5dbceb99e5498250be3ef5db919518bd6783f3 (diff)
downloadWarpX-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.py2
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):