Convert gmx_residuetype_t to a non-pointer
[alexxy/gromacs.git] / src / gromacs / fileio / pdbio.c
index 39b8355b6d7be3f06da8243731574bfaf988da75..3b9cab7cab8f5dcdf3c8a927e37977769faf518c 100644 (file)
@@ -283,7 +283,7 @@ void write_pdbfile_indexed(FILE *out, const char *title,
     int               nlongname = 0;
     int               chainnum, lastchainnum;
     int               lastresind, lastchainresind;
-    gmx_residuetype_t rt;
+    gmx_residuetype_t*rt;
     const char       *p_restype;
     const char       *p_lastrestype;