Corrected return value for geo's getheader

This commit is contained in:
_ 2018-05-17 11:14:24 -07:00
parent 4b574f9456
commit 2c3aba370f

View File

@ -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(