This patch moves the statistics library to its own dir.
authorDavid van der Spoel <spoel@xray.bmc.uu.se>
Tue, 14 Jan 2014 18:17:13 +0000 (19:17 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Sat, 18 Jan 2014 22:15:33 +0000 (23:15 +0100)
commit630187a2143ed6a19e98ba4c7cdfd74496191e96
treeafcc1f6e09355a3246ae07ebe0676a448dfedebc
parent64efac771765759d4398ac483753d5a195817587
This patch moves the statistics library to its own dir.

In the move to depopulate the legacyheaders directory
http://redmine.gromacs.org/issues/1415 this is a small
contribution. Histogram files removed.
Added doxygen style comments as well.

Change-Id: I9da9fefac0d4dd1c5de13862f348adc5c812ad4d
14 files changed:
src/gromacs/CMakeLists.txt
src/gromacs/gmxana/gmx_anadock.c
src/gromacs/gmxana/gmx_analyze.c
src/gromacs/gmxana/gmx_current.c
src/gromacs/gmxana/gmx_dipoles.cpp
src/gromacs/gmxana/gmx_msd.c
src/gromacs/gmxlib/CMakeLists.txt
src/gromacs/gmxlib/statistics/histogram.c [deleted file]
src/gromacs/legacyheaders/gmx_statistics.h [deleted file]
src/gromacs/legacyheaders/histogram.h [deleted file]
src/gromacs/statistics/CMakeLists.txt [new file with mode: 0644]
src/gromacs/statistics/statistics.c [moved from src/gromacs/gmxlib/statistics/gmx_statistics.c with 99% similarity]
src/gromacs/statistics/statistics.h [new file with mode: 0644]
src/gromacs/statistics/statistics_test.c [moved from src/gromacs/gmxlib/statistics/gmx_statistics_test.c with 98% similarity]