Moved statistics source to C++
authorErik Lindahl <erik@kth.se>
Thu, 16 Jul 2015 16:28:06 +0000 (18:28 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Fri, 17 Jul 2015 09:35:39 +0000 (11:35 +0200)
commit9eb0581bed7c5147f8919ab19a7e2ed55e0e1514
treed8f328cc4942808bfd9ffa4a9d7c392b0d2133e5
parent6deccc32ac06eb330845870f580d78ef07f1d1c0
Moved statistics source to C++

The unused statistics_test.c was removed; it was not so much
any tests as routines to print data - we will have to add
proper tests later.

Change-Id: I08ffd8c774bd2600d743a6504d72776b92ff6fe6
src/gromacs/statistics/CMakeLists.txt
src/gromacs/statistics/statistics.cpp [moved from src/gromacs/statistics/statistics.c with 78% similarity]
src/gromacs/statistics/statistics_test.c [deleted file]