From 2c3aba370fc45ecf4e71086ad78f9c69a77164af Mon Sep 17 00:00:00 2001 From: _ <_> Date: Thu, 17 May 2018 11:14:24 -0700 Subject: [PATCH] Corrected return value for geo's getheader --- bindings/py3devil1geo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/py3devil1geo.py b/bindings/py3devil1geo.py index fabf65d..e1bdd9e 100644 --- a/bindings/py3devil1geo.py +++ b/bindings/py3devil1geo.py @@ -112,7 +112,7 @@ class Devil1GEO_FN(ctypes.Structure): None, ctypes.POINTER(Coordinate))), ("getheader", ctypes.CFUNCTYPE( - None, + ctypes.c_bool, ctypes.POINTER(ctypes.POINTER(Header)), ctypes.c_char_p)), ("getmeshheader", ctypes.CFUNCTYPE(