Moved grompp from src/kernel/ to src/programs/grompp/.
authorTeemu Murtola <teemu.murtola@cbr.su.se>
Sun, 9 Jan 2011 12:55:34 +0000 (14:55 +0200)
committerTeemu Murtola <teemu.murtola@cbr.su.se>
Sun, 9 Jan 2011 12:55:34 +0000 (14:55 +0200)
commit36ab407366b0ce8b163d214a20ce45fef9864df7
tree6d10eaaa41fa05ac6fb86cd2a2469c959480dcce
parent014916321c8dd91bd1090e31f3af8091142d9c0e
Moved grompp from src/kernel/ to src/programs/grompp/.

Functions related to topology IO where moved to
src/gromacs/gmxpreprocess/ because they were also referenced by pdb2gmx.

IssueID #637
30 files changed:
src/gromacs/gmxpreprocess/add_par.c [moved from src/kernel/add_par.c with 100% similarity]
src/gromacs/gmxpreprocess/add_par.h [moved from src/kernel/add_par.h with 100% similarity]
src/gromacs/gmxpreprocess/gpp_atomtype.c [moved from src/kernel/gpp_atomtype.c with 100% similarity]
src/gromacs/gmxpreprocess/gpp_bond_atomtype.c [moved from src/kernel/gpp_bond_atomtype.c with 100% similarity]
src/gromacs/gmxpreprocess/gpp_bond_atomtype.h [moved from src/kernel/gpp_bond_atomtype.h with 100% similarity]
src/gromacs/gmxpreprocess/readir.c [moved from src/kernel/readir.c with 100% similarity]
src/gromacs/gmxpreprocess/readir.h [moved from src/kernel/readir.h with 100% similarity]
src/gromacs/gmxpreprocess/readpull.c [moved from src/kernel/readpull.c with 100% similarity]
src/gromacs/gmxpreprocess/readrot.c [moved from src/kernel/readrot.c with 100% similarity]
src/gromacs/gmxpreprocess/topdirs.c [moved from src/kernel/topdirs.c with 100% similarity]
src/gromacs/gmxpreprocess/topdirs.h [moved from src/kernel/topdirs.h with 100% similarity]
src/gromacs/gmxpreprocess/topexcl.c [moved from src/kernel/topexcl.c with 100% similarity]
src/gromacs/gmxpreprocess/topexcl.h [moved from src/kernel/topexcl.h with 100% similarity]
src/gromacs/gmxpreprocess/topio.c [moved from src/kernel/topio.c with 100% similarity]
src/gromacs/gmxpreprocess/topio.h [moved from src/kernel/topio.h with 100% similarity]
src/gromacs/gmxpreprocess/toppush.c [moved from src/kernel/toppush.c with 100% similarity]
src/gromacs/gmxpreprocess/toppush.h [moved from src/kernel/toppush.h with 100% similarity]
src/gromacs/gmxpreprocess/topshake.c [moved from src/kernel/topshake.c with 100% similarity]
src/gromacs/gmxpreprocess/topshake.h [moved from src/kernel/topshake.h with 100% similarity]
src/gromacs/gmxpreprocess/toputil.c [moved from src/kernel/toputil.c with 100% similarity]
src/gromacs/gmxpreprocess/vsite_parm.c [moved from src/kernel/vsite_parm.c with 100% similarity]
src/gromacs/gmxpreprocess/vsite_parm.h [moved from src/kernel/vsite_parm.h with 100% similarity]
src/kernel/CMakeLists.txt
src/programs/CMakeLists.txt
src/programs/grompp/CMakeLists.txt [new file with mode: 0644]
src/programs/grompp/convparm.c [moved from src/kernel/convparm.c with 100% similarity]
src/programs/grompp/convparm.h [moved from src/kernel/convparm.h with 100% similarity]
src/programs/grompp/gpp_tomorse.h [moved from src/kernel/gpp_tomorse.h with 100% similarity]
src/programs/grompp/grompp.c [moved from src/kernel/grompp.c with 100% similarity]
src/programs/grompp/tomorse.c [moved from src/kernel/tomorse.c with 100% similarity]