Move pull code to separate subdirectory
authorCarsten Kutzner <ckutzne@gwdg.de>
Mon, 13 Jan 2014 10:53:49 +0000 (11:53 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 13 Jan 2014 19:06:29 +0000 (20:06 +0100)
commit904e082beef3f742f9c8bf289fa65b5ad2741b60
treebd2cb53cb669ab68f3406f71fb8f839fa40cfa69
parentb8db2391fbf8158f6e0573da08ae008b512832f0
Move pull code to separate subdirectory

Another part of #1415 Get rid of legacy headers.

Other changes:
- updated pulling-related include guards to new format
- updated documentation for doxygen
- updated .h includes
- uncrustified pull.h and pull_rotation.h
- updated copyright year for all files touched by this commit

Change-Id: Ief1ed3543b84f651d1bff01f1952b342850f5c22
17 files changed:
src/gromacs/CMakeLists.txt
src/gromacs/gmxpreprocess/readpull.c
src/gromacs/legacyheaders/mdrun.h
src/gromacs/legacyheaders/pull.h [deleted file]
src/gromacs/legacyheaders/update.h
src/gromacs/mdlib/constr.c
src/gromacs/mdlib/domdec.c
src/gromacs/mdlib/sim_util.c
src/gromacs/mdlib/update.c
src/gromacs/pulling/CMakeLists.txt [new file with mode: 0644]
src/gromacs/pulling/pull.c [moved from src/gromacs/mdlib/pull.c with 99% similarity]
src/gromacs/pulling/pull.h [new file with mode: 0644]
src/gromacs/pulling/pull_rotation.c [moved from src/gromacs/mdlib/pull_rotation.c with 99% similarity]
src/gromacs/pulling/pull_rotation.h [moved from src/gromacs/legacyheaders/pull_rotation.h with 53% similarity]
src/gromacs/pulling/pullutil.c [moved from src/gromacs/mdlib/pullutil.c with 99% similarity]
src/programs/mdrun/md.c
src/programs/mdrun/runner.c