Move flags out of t_trxframe
commit8134ba1112a0b44a6c9155c3da5404f1f7152139
authorTeemu Murtola <teemu.murtola@gmail.com>
Fri, 8 Jan 2016 18:56:44 +0000 (8 20:56 +0200)
committerTeemu Murtola <teemu.murtola@gmail.com>
Tue, 12 Jan 2016 05:49:49 +0000 (12 06:49 +0100)
treeaf27a171b7303f2380140549c087d8d29bd60e67
parent13c01cf49ca0147637d4d8a7f926a8db31bb3cdc
Move flags out of t_trxframe

These are also internal state related to the trajectory reading code,
instead of providing information about a trajectory frame.  Now they are
stored in the trxstatus struct.  This makes t_trxframe only contain
information about the actual trajectory frame, and makes it (in
principle) possible to read different frames into different t_trxframe
instances.

Change-Id: I87cb542bdc78b82969a0b996b411e72c2ba03d80
src/gromacs/fileio/trxio.cpp
src/gromacs/selection/tests/toputils.cpp
src/gromacs/tools/compare.cpp
src/gromacs/trajectory/trajectoryframe.h
src/gromacs/trajectoryanalysis/runnercommon.cpp