Moved pdb2gmx from src/kernel/ to src/programs/pdb2gmx/.
authorTeemu Murtola <teemu.murtola@cbr.su.se>
Sun, 9 Jan 2011 13:13:37 +0000 (15:13 +0200)
committerTeemu Murtola <teemu.murtola@cbr.su.se>
Sun, 9 Jan 2011 13:13:37 +0000 (15:13 +0200)
commit9c7e4e6779446a4363701ddeb48438f936d2ad50
treed3c9640f9841dfc682e994e2afc3bfd8576b3fd1
parent36ab407366b0ce8b163d214a20ce45fef9864df7
Moved pdb2gmx from src/kernel/ to src/programs/pdb2gmx/.

Functionality shared with g_x2top and/or g_protonate was moved to
src/gromacs/gmxpreprocess/.

IssueID #637
26 files changed:
src/gromacs/gmxpreprocess/fflibutil.c [moved from src/kernel/fflibutil.c with 100% similarity]
src/gromacs/gmxpreprocess/fflibutil.h [moved from src/kernel/fflibutil.h with 100% similarity]
src/gromacs/gmxpreprocess/gen_ad.c [moved from src/kernel/gen_ad.c with 100% similarity]
src/gromacs/gmxpreprocess/gen_vsite.c [moved from src/kernel/gen_vsite.c with 100% similarity]
src/gromacs/gmxpreprocess/gen_vsite.h [moved from src/kernel/gen_vsite.h with 100% similarity]
src/gromacs/gmxpreprocess/genhydro.c [moved from src/kernel/genhydro.c with 100% similarity]
src/gromacs/gmxpreprocess/genhydro.h [moved from src/kernel/genhydro.h with 100% similarity]
src/gromacs/gmxpreprocess/h_db.c [moved from src/kernel/h_db.c with 100% similarity]
src/gromacs/gmxpreprocess/h_db.h [moved from src/kernel/h_db.h with 100% similarity]
src/gromacs/gmxpreprocess/hackblock.c [moved from src/kernel/hackblock.c with 100% similarity]
src/gromacs/gmxpreprocess/pdb2top.c [moved from src/kernel/pdb2top.c with 100% similarity]
src/gromacs/gmxpreprocess/pgutil.c [moved from src/kernel/pgutil.c with 100% similarity]
src/gromacs/gmxpreprocess/pgutil.h [moved from src/kernel/pgutil.h with 100% similarity]
src/gromacs/gmxpreprocess/resall.c [moved from src/kernel/resall.c with 100% similarity]
src/gromacs/gmxpreprocess/ter_db.c [moved from src/kernel/ter_db.c with 100% similarity]
src/gromacs/gmxpreprocess/ter_db.h [moved from src/kernel/ter_db.h with 100% similarity]
src/kernel/CMakeLists.txt
src/programs/CMakeLists.txt
src/programs/pdb2gmx/CMakeLists.txt [new file with mode: 0644]
src/programs/pdb2gmx/hizzie.c [moved from src/kernel/hizzie.c with 100% similarity]
src/programs/pdb2gmx/hizzie.h [moved from src/kernel/hizzie.h with 100% similarity]
src/programs/pdb2gmx/pdb2gmx.c [moved from src/kernel/pdb2gmx.c with 100% similarity]
src/programs/pdb2gmx/specbond.c [moved from src/kernel/specbond.c with 100% similarity]
src/programs/pdb2gmx/specbond.h [moved from src/kernel/specbond.h with 100% similarity]
src/programs/pdb2gmx/xlate.c [moved from src/kernel/xlate.c with 100% similarity]
src/programs/pdb2gmx/xlate.h [moved from src/kernel/xlate.h with 100% similarity]