Move atomprop.* to topology/
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 31 May 2014 19:11:47 +0000 (22:11 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Mon, 2 Jun 2014 15:00:43 +0000 (18:00 +0300)
commitde0f363c30484eed6837b569cf6d29287bcf8a4d
treeaffac163d2e67f2ff02dc431a97f64b1c51a750f
parent60c02f12abc001b4ce8c2e5ff2486396c921e4b7
Move atomprop.* to topology/

- Remove some unnecessary includes.
- Convert the source file to C++ and fix some issues.
- Some header cleanup in touched files.

This introduces a fileio<->topology cyclic dependency, but that needs to
wait for later resolution.

Change-Id: I88e70cd9024d86c56c4d4435fa91c42af9af7c29
20 files changed:
src/contrib/hexamer.c
src/contrib/mkice.c
src/gromacs/fileio/pdbio.c
src/gromacs/fileio/pdbio.h
src/gromacs/fileio/tpxio.c
src/gromacs/gmxana/gmx_dyecoupl.c
src/gromacs/gmxana/gmx_editconf.c
src/gromacs/gmxpreprocess/insert-molecules.cpp
src/gromacs/gmxpreprocess/pdb2gmx.c
src/gromacs/gmxpreprocess/read-conformation.cpp
src/gromacs/gmxpreprocess/read-conformation.h
src/gromacs/gmxpreprocess/solvate.cpp
src/gromacs/gmxpreprocess/x2top.c
src/gromacs/tools/check.c
src/gromacs/topology/CMakeLists.txt
src/gromacs/topology/atomprop.cpp [moved from src/gromacs/gmxlib/atomprop.c with 97% similarity]
src/gromacs/topology/atomprop.h [moved from src/gromacs/legacyheaders/atomprop.h with 93% similarity]
src/gromacs/trajectoryanalysis/modules/freevolume.cpp
src/gromacs/trajectoryanalysis/modules/sasa.cpp
src/programs/view/manager.cpp