Remove historical times from t_trxframe
commit13c01cf49ca0147637d4d8a7f926a8db31bb3cdc
authorTeemu Murtola <teemu.murtola@gmail.com>
Fri, 8 Jan 2016 18:47:00 +0000 (8 20:47 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Tue, 12 Jan 2016 04:56:27 +0000 (12 06:56 +0200)
tree52dcb7857c85ddcce466b3af7bcf3f7e65ab6a1f
parent038b075766398baf905a50a9ad43bfada1794e11
Remove historical times from t_trxframe

The fields t0 and tf were used for internal bookkeeping for trajectory
reading, so moved them there.  They do not provide useful information
about the current trajectory frame.  Similarly, gmx check will no longer
repeatedly compare the t0 values for each frame.  Values stored to tpf
and tppf were never read, so removed the fields.

Change-Id: I1554a3b64da84efba44f685cbf8eb6cffd9fac19
src/gromacs/fileio/trxio.cpp
src/gromacs/tools/compare.cpp
src/gromacs/trajectory/trajectoryframe.h