Converted correlationfuntcions to C++.
authorRossen Apostolov <rossen@kth.se>
Wed, 3 Jun 2015 10:13:01 +0000 (12:13 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Fri, 24 Jul 2015 14:34:40 +0000 (16:34 +0200)
commit3dadfbb969e79953a942885fb931908a36fcaf08
treeb323ab05ada4b4f0b9113369474b7fdb6fe3c961
parent4bd00f0d606ba94e0e61994c087369ee125297b2
Converted correlationfuntcions to C++.

Change-Id: If5a478eb05fc295670cfa982525838c5e1e255b7
src/gromacs/correlationfunctions/CMakeLists.txt
src/gromacs/correlationfunctions/autocorr.cpp [moved from src/gromacs/correlationfunctions/autocorr.c with 97% similarity]
src/gromacs/correlationfunctions/crosscorr.cpp [moved from src/gromacs/correlationfunctions/crosscorr.c with 98% similarity]
src/gromacs/correlationfunctions/integrate.cpp [moved from src/gromacs/correlationfunctions/integrate.c with 98% similarity]
src/gromacs/correlationfunctions/manyautocorrelation.cpp [moved from src/gromacs/correlationfunctions/manyautocorrelation.c with 89% similarity]
src/gromacs/correlationfunctions/polynomials.cpp [moved from src/gromacs/correlationfunctions/polynomials.c with 97% similarity]