Move residuetype handling to its own file.
authorTeemu Murtola <teemu.murtola@gmail.com>
Thu, 5 Jun 2014 04:08:22 +0000 (07:08 +0300)
committerDavid van der Spoel <davidvanderspoel@gmail.com>
Sat, 7 Jun 2014 07:49:46 +0000 (09:49 +0200)
commitf5a0474fe484723243ca14ba27633404795ee42a
treebdecf5e967b241359351fb95c7f0ad3d02cb8d55
parent2ec0af58e19928d4176de734e10b60f7c21001d2
Move residuetype handling to its own file.

Change-Id: I430dcb08db65479d4865e032a24effbacc87d28e
14 files changed:
src/gromacs/fileio/pdbio.c
src/gromacs/gmxana/dlist.c
src/gromacs/gmxana/gmx_chi.c
src/gromacs/gmxana/gstat.h
src/gromacs/gmxpreprocess/gen_vsite.c
src/gromacs/gmxpreprocess/pdb2gmx.c
src/gromacs/gmxpreprocess/pdb2top.cpp
src/gromacs/gmxpreprocess/xlate.c
src/gromacs/gmxpreprocess/xlate.h
src/gromacs/topology/atomprop.cpp
src/gromacs/topology/index.cpp
src/gromacs/topology/index.h
src/gromacs/topology/residuetypes.cpp [new file with mode: 0644]
src/gromacs/topology/residuetypes.h [new file with mode: 0644]