Move non-analysis tools from gmxana to gmxpreprocess
authorKevin Boyd <kevin.boyd@uconn.edu>
Thu, 17 Jan 2019 00:30:15 +0000 (19:30 -0500)
committerJoe Jordan <e.jjordan12@gmail.com>
Fri, 18 Jan 2019 06:54:14 +0000 (07:54 +0100)
commitf9c7a4ee48bf376e0be2526206ff389d88e8e011
treeabdcdbb750d8e2940acbe1a5f8bda916520913e3
parentff29f71349ad3a5fbb4c9bb8bcc6c55f920d4616
Move non-analysis tools from gmxana to gmxpreprocess

Renamed genpr to genrestr to align with actual gmx <tool> call

refs #2727

Change-Id: I83a1dc6b39915372c4178768354d334c7e911ae2
src/gromacs/gmxana/gmx_ana.h
src/gromacs/gmxpreprocess/editconf.cpp [moved from src/gromacs/gmxana/gmx_editconf.cpp with 99% similarity]
src/gromacs/gmxpreprocess/editconf.h [new file with mode: 0644]
src/gromacs/gmxpreprocess/genion.cpp [moved from src/gromacs/gmxana/gmx_genion.cpp with 99% similarity]
src/gromacs/gmxpreprocess/genion.h [new file with mode: 0644]
src/gromacs/gmxpreprocess/genrestr.cpp [moved from src/gromacs/gmxana/gmx_genpr.cpp with 98% similarity]
src/gromacs/gmxpreprocess/genrestr.h [new file with mode: 0644]
src/programs/legacymodules.cpp