Use gromacs 5.1 release (instead of master)

This commit is contained in:
Niels Müller
2016-03-16 14:54:53 +01:00
parent dbfdc6b7cd
commit 21e6594c07
2 changed files with 23 additions and 18 deletions

View File

@ -2,7 +2,7 @@
from utility cimport *
from math cimport *
cdef extern from "gromacs/mdtypes/inputrec.h":
cdef extern from "gromacs/legacyheaders/types/inputrec.h":
ctypedef struct t_simtemp:
pass
ctypedef struct t_lambda: