Enabled & functioning edrfile reader.

This commit is contained in:
Niels Müller
2016-09-27 15:45:12 +02:00
parent db06925a0d
commit 9cf16bc602
5 changed files with 69 additions and 20 deletions

View File

@ -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):