Move dump, check and tpbconv utilities
authorMark Abraham <mark.j.abraham@gmail.com>
Sat, 18 Jan 2014 21:28:14 +0000 (22:28 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sun, 19 Jan 2014 08:03:55 +0000 (09:03 +0100)
commitb05bb33e98de23f7dc982c890a7baa60376cd77b
treee9112bd70b179bccea80649332777f1d851997d8
parent31ca777ee46eb088e984c25116df3fce5d7c95df
Move dump, check and tpbconv utilities

These now form the start of the tools module, which is intended to
contain code for GROMACS tools whose use is not primarily for analysis
of data from simulations.

tpbcmp.* now named compare.*, since that code did not relate only to
run input files.

Removed declarations duplicated in legacycmodules.cpp in favour
of those in legacycmainfunctions.h.

Uncrustified, added copyright headers.

Change-Id: I48bf171f290fdfb177d5a020473b3a5296d89305
13 files changed:
src/gromacs/CMakeLists.txt
src/gromacs/tools/CMakeLists.txt [new file with mode: 0644]
src/gromacs/tools/check.c [moved from src/programs/gmx/gmxcheck.c with 99% similarity]
src/gromacs/tools/check.h [new file with mode: 0644]
src/gromacs/tools/compare.c [moved from src/programs/gmx/tpbcmp.c with 99% similarity]
src/gromacs/tools/compare.h [moved from src/programs/gmx/tpbcmp.h with 88% similarity]
src/gromacs/tools/dump.c [moved from src/programs/gmx/gmxdump.c with 99% similarity]
src/gromacs/tools/dump.h [new file with mode: 0644]
src/gromacs/tools/tpbconv.c [moved from src/programs/gmx/tpbconv.c with 99% similarity]
src/gromacs/tools/tpbconv.h [new file with mode: 0644]
src/programs/gmx/legacycmainfunctions.h
src/programs/gmx/legacymodules.cpp
src/programs/mdrun/tests/xtc_output.cpp