Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / fileio / trx.h
index 85b311473d396015379846941912432ed96ff30d..dbbfc4b94982083210b32698d9d84280c947d8a1 100644 (file)
@@ -63,6 +63,7 @@ typedef struct t_trxframe
     int      natoms;           /* number of atoms (atoms, x, v, f) */
     real     t0;               /* time of the first frame, needed  *
                                 * for skipping frames with -dt     */
+    real     tf;               /* internal frame time - DO NOT CHANGE */
     real     tpf;              /* time of the previous frame, not  */
                                /* the read, but real file frames   */
     real     tppf;             /* time of two frames ago           */