aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/_libwarpx.py
diff options
context:
space:
mode:
authorGravatar Andrew Myers <atmyers2@gmail.com> 2017-06-29 11:18:58 -0700
committerGravatar Andrew Myers <atmyers2@gmail.com> 2017-06-29 11:18:58 -0700
commit57e7a20d4defcb27c1694e4868ade115fea9205e (patch)
tree32c396f2a040a53645dd53128aa99f2bad3da983 /Python/pywarpx/_libwarpx.py
parenta03c1c40bc104bcb54ab27402b2688df336cd283 (diff)
parentf6dd7a697a15ff568bfd33abed62066bbd2639c8 (diff)
downloadWarpX-57e7a20d4defcb27c1694e4868ade115fea9205e.tar.gz
WarpX-57e7a20d4defcb27c1694e4868ade115fea9205e.tar.zst
WarpX-57e7a20d4defcb27c1694e4868ade115fea9205e.zip
Merge branch 'master' of bitbucket.org:berkeleylab/warpx
Diffstat (limited to 'Python/pywarpx/_libwarpx.py')
-rwxr-xr-xPython/pywarpx/_libwarpx.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/pywarpx/_libwarpx.py b/Python/pywarpx/_libwarpx.py
index e552a2f58..9dcc879c5 100755
--- a/Python/pywarpx/_libwarpx.py
+++ b/Python/pywarpx/_libwarpx.py
@@ -107,6 +107,8 @@ f.argtypes = (ctypes.c_int, ctypes.c_int,
ndpointer(ctypes.c_double, flags="C_CONTIGUOUS"),
ctypes.c_int)
+libwarpx.warpx_getProbLo.restype = ctypes.c_double
+libwarpx.warpx_getProbHi.restype = ctypes.c_double
libwarpx.warpx_getistep.restype = ctypes.c_int
libwarpx.warpx_gett_new.restype = ctypes.c_double
libwarpx.warpx_getdt.restype = ctypes.c_double