Clean up trajectory time control
authorTeemu Murtola <teemu.murtola@gmail.com>
Sun, 15 Dec 2013 11:52:48 +0000 (13:52 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Fri, 20 Dec 2013 14:26:23 +0000 (15:26 +0100)
commit8a61b0883a6e0ac4e727aa404f958b9edcd357d5
treeb41a2e839ba12fea449ed1780477690a7d531837
parenta6860f001884d89c55c5f74e8bc3a2e1670a6c9c
Clean up trajectory time control

- Create a separate header for the routines defined in tcontrol.c.
  Move declarations there from statutil.h.
- Move the implementation into fileio, since that is mostly where it is
  used.

Change-Id: I59579f0bddd73d182d04c7ab160a0b547f66ebe2
src/gromacs/fileio/timecontrol.c [moved from src/gromacs/gmxlib/tcontrol.c with 95% similarity]
src/gromacs/fileio/timecontrol.h [new file with mode: 0644]
src/gromacs/fileio/trxio.c
src/gromacs/gmxlib/statutil.cpp
src/gromacs/legacyheaders/statutil.h
src/gromacs/trajectoryanalysis/runnercommon.cpp