Remove redundant basedefinitions
This commit is contained in:
@ -2,13 +2,10 @@
|
|||||||
|
|
||||||
from libc.stdint cimport int64_t
|
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":
|
cdef extern from "gromacs/utility/basedefinitions.h":
|
||||||
ctypedef int gmx_bool
|
ctypedef int gmx_bool
|
||||||
ctypedef __int64 gmx_int64_t
|
ctypedef int64_t gmx_int64_t
|
||||||
|
|
||||||
cdef extern from "gromacs/utility/real.h":
|
cdef extern from "gromacs/utility/real.h":
|
||||||
ctypedef double real
|
ctypedef double real
|
||||||
|
Reference in New Issue
Block a user