diff options
-rwxr-xr-x | Exec/Langmuir/python/Langmuir.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Exec/Langmuir/python/Langmuir.py b/Exec/Langmuir/python/Langmuir.py index d3f061bd2..474f9ab60 100755 --- a/Exec/Langmuir/python/Langmuir.py +++ b/Exec/Langmuir/python/Langmuir.py @@ -54,9 +54,6 @@ f.restype = ctypes.POINTER(ctypes.POINTER(Particle)) f = libwarpx.warpx_getParticleArrays f.restype = ctypes.POINTER(c_double_p) -f = libwarpx.warpx_getParticleArrays -f.restype = ctypes.POINTER(c_double_p) - f = libwarpx.warpx_getEfield f.restype = ctypes.POINTER(c_double_p) |