Bundle commit of all recent changes on pygmx.
This commit is contained in:
@ -2,6 +2,13 @@
|
||||
from utility cimport *
|
||||
from math cimport *
|
||||
|
||||
cdef extern from "gromacs/legacyheaders/types/energy.h":
|
||||
ctypedef struct t_energy:
|
||||
real e
|
||||
double eav
|
||||
double esum
|
||||
|
||||
|
||||
cdef extern from "gromacs/legacyheaders/types/inputrec.h":
|
||||
ctypedef struct t_simtemp:
|
||||
pass
|
||||
|
Reference in New Issue
Block a user