Clean up gmxfio includes
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_angle.c
index abbe1f8820ac9b7402ce2afaa225a0f3ada17597..88304ed029ab441202a6c11e67934f7e0000ba37 100644 (file)
 static void dump_dih_trn(int nframes, int nangles, real **dih, const char *fn,
                          real *time)
 {
-    int       i, j, k, l, m, na;
-    t_fileio *trn;
-    rvec     *x;
-    matrix    box = {{2, 0, 0}, {0, 2, 0}, {0, 0, 2}};
+    int              i, j, k, l, m, na;
+    struct t_fileio *trn;
+    rvec            *x;
+    matrix           box = {{2, 0, 0}, {0, 2, 0}, {0, 0, 2}};
 
     na = (nangles*2);
     if ((na % 3) != 0)