Convert gmx_residuetype_t to a non-pointer
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / xlate.c
index b9400345dd1a851aad6f5cc1dffa659ff27f51d7..28bb1546da615042a78e0e7e7693853c94b3155b 100644 (file)
@@ -138,7 +138,7 @@ static void done_xlatom(int nxlate, t_xlate_atom *xlatom)
 
 void rename_atoms(const char *xlfile, const char *ffdir,
                   t_atoms *atoms, t_symtab *symtab, const t_restp *restp,
-                  gmx_bool bResname, gmx_residuetype_t rt, gmx_bool bReorderNum,
+                  gmx_bool bResname, gmx_residuetype_t *rt, gmx_bool bReorderNum,
                   gmx_bool bVerbose)
 {
     FILE         *fp;