Migrated to the latest automake & libtool releases/prereleases, with all
[alexxy/gromacs.git] / include / types / trx.h
index c635a8ae714cfdb41d3fb574c5d8ae57fa1956f1..7cb34a50c8d44b394e117a92f76833c65aa2be62 100644 (file)
@@ -48,11 +48,6 @@ typedef struct
   int  natoms;    /* number of atoms (atoms, x, v, f) */
   real t0;        /* time of the first frame, needed  *
                   * for skipping frames with -dt     */
-  real tpf;       /* time of the previous frame, not  */
-                  /* the read, but real file frames   */
-  real tppf;      /* time of two frames ago           */
-                  /* tpf and tppf are needed to       */
-                  /* correct rounding errors for -e   */
   bool bTitle;
   char *title;    /* title of the frame               */
   bool bStep;