Enabled & functioning edrfile reader.
This commit is contained in:
@ -15,6 +15,7 @@ cdef extern from "gromacs/utility/futil.h":
|
||||
|
||||
cdef extern from "gromacs/utility/smalloc.h":
|
||||
void snew(void *ptr, int nelem)
|
||||
void sfree(void *ptr)
|
||||
|
||||
|
||||
cdef inline cstr(instr):
|
||||
|
Reference in New Issue
Block a user