fixed incorrect table allocation
[alexxy/gromacs.git] / src / mdlib / gmx_qhop_xml.h
1 #ifndef _GMX_QHOP_XML_H
2 #define _GMX_QHOP_XML_H
3
4 #include "gmx_qhop_parm.h"
5
6 extern gmx_qhop_t *gmx_qhops_read(char *fn,int *nqhop);
7
8 extern void gmx_qhops_write(char *fn,int nqhop,gmx_qhop_t qht);
9
10 #endif