Switched to Headers fo the Gromacs-2016 branch.

This commit is contained in:
Niels Müller
2016-09-27 12:22:58 +02:00
parent f4e2501142
commit ad482006b0
6 changed files with 36 additions and 10 deletions

View File

@ -1,7 +1,10 @@
# C-API in gromacs/utility
from libc.stdint cimport int64_t
#cdef extern from "inttypes.h":
ctypedef unsigned long __int64
ctypedef int64_t gmx_int64_t
cdef extern from "gromacs/utility/basedefinitions.h":
ctypedef int gmx_bool