Move more tools out of gmxana
authorKevin Boyd <kevin.boyd@uconn.edu>
Fri, 18 Jan 2019 14:11:47 +0000 (09:11 -0500)
committerKevin Boyd <kevin.boyd@uconn.edu>
Wed, 3 Jul 2019 01:28:35 +0000 (03:28 +0200)
commit7b6aa340d0d88e84c08bf3c5072a0ea2a9605aac
treed0b05b628df77e9d399ca7e66ee35b2377bac013
parente2a13eb295868deb33b1219b0c18ce8ae2e876bb
Move more tools out of gmxana

Moved some files to simulationdatabase and updated references to them

refs #2727

Change-Id: Idf8375b672fbb6e4676fa22b9eb9c33d1b347166
29 files changed:
src/gromacs/fileio/tests/tngio.cpp
src/gromacs/gmxana/gmx_ana.h
src/gromacs/gmxana/tests/CMakeLists.txt
src/gromacs/gmxana/tests/gmx_traj.cpp
src/gromacs/gmxana/tests/spc2.gro [deleted file]
src/gromacs/gmxana/tests/spc2.ndx [deleted file]
src/gromacs/tools/eneconv.cpp [moved from src/gromacs/gmxana/gmx_eneconv.cpp with 99% similarity]
src/gromacs/tools/eneconv.h [new file with mode: 0644]
src/gromacs/tools/make_ndx.cpp [moved from src/gromacs/gmxana/gmx_make_ndx.cpp with 99% similarity]
src/gromacs/tools/make_ndx.h [new file with mode: 0644]
src/gromacs/tools/mk_angndx.cpp [moved from src/gromacs/gmxana/gmx_mk_angndx.cpp with 98% similarity]
src/gromacs/tools/mk_angndx.h [new file with mode: 0644]
src/gromacs/tools/pme_error.cpp [moved from src/gromacs/gmxana/gmx_pme_error.cpp with 99% similarity]
src/gromacs/tools/pme_error.h [new file with mode: 0644]
src/gromacs/tools/tests/CMakeLists.txt
src/gromacs/tools/tests/trjconv.cpp [moved from src/gromacs/gmxana/tests/gmx_trjconv.cpp with 96% similarity]
src/gromacs/tools/trjcat.cpp [moved from src/gromacs/gmxana/gmx_trjcat.cpp with 99% similarity]
src/gromacs/tools/trjcat.h [new file with mode: 0644]
src/gromacs/tools/trjconv.cpp [moved from src/gromacs/gmxana/gmx_trjconv.cpp with 99% similarity]
src/gromacs/tools/trjconv.h [new file with mode: 0644]
src/gromacs/tools/tune_pme.cpp [moved from src/gromacs/gmxana/gmx_tune_pme.cpp with 99% similarity]
src/gromacs/tools/tune_pme.h [new file with mode: 0644]
src/programs/legacymodules.cpp
src/testutils/simulationdatabase/spc2-traj.g96 [moved from src/gromacs/gmxana/tests/spc2-traj.g96 with 100% similarity]
src/testutils/simulationdatabase/spc2-traj.gro [moved from src/gromacs/gmxana/tests/spc2-traj.gro with 100% similarity]
src/testutils/simulationdatabase/spc2-traj.pdb [moved from src/gromacs/gmxana/tests/spc2-traj.pdb with 100% similarity]
src/testutils/simulationdatabase/spc2-traj.tng [moved from src/gromacs/gmxana/tests/spc2-traj.tng with 100% similarity]
src/testutils/simulationdatabase/spc2-traj.trr [moved from src/gromacs/gmxana/tests/spc2-traj.trr with 100% similarity]
src/testutils/simulationdatabase/spc2-traj.xtc [moved from src/gromacs/gmxana/tests/spc2-traj.xtc with 100% similarity]