Convert support files in gmxana to C++
authorErik Lindahl <erik@kth.se>
Thu, 9 Jul 2015 23:27:57 +0000 (01:27 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 28 Jul 2015 11:09:10 +0000 (13:09 +0200)
commitaef61d9804d107c75e373f3e4c29db5c8f18d6a4
treea0ee06204946c86b59af85da988ba1c8fe750b57
parent1f61b284053fa52ce8d076fcefb2bffeafd50042
Convert support files in gmxana to C++

Renamed symbols using reserved C++ names, and removed geminate
and ballistic code paths that just resulted in GROMACS errors
messages about missing code when they were called. Unused parts
of gmx_hbond have been cleaned up according to comments from
Erik Marklund.

Change-Id: I925b1b5ca4a8420e0c8a38ca99f56361359d713b
24 files changed:
src/gromacs/gmxana/anadih.cpp [moved from src/gromacs/gmxana/anadih.c with 94% similarity]
src/gromacs/gmxana/binsearch.cpp [moved from src/gromacs/gmxana/binsearch.c with 88% similarity]
src/gromacs/gmxana/binsearch.h
src/gromacs/gmxana/cmat.cpp [moved from src/gromacs/gmxana/cmat.c with 97% similarity]
src/gromacs/gmxana/cmat.h
src/gromacs/gmxana/dens_filter.cpp [moved from src/gromacs/gmxana/dens_filter.c with 88% similarity]
src/gromacs/gmxana/dlist.cpp [moved from src/gromacs/gmxana/dlist.c with 81% similarity]
src/gromacs/gmxana/edittop.cpp [moved from src/gromacs/gmxana/edittop.c with 98% similarity]
src/gromacs/gmxana/eigio.cpp [moved from src/gromacs/gmxana/eigio.c with 100% similarity]
src/gromacs/gmxana/eigio.h
src/gromacs/gmxana/fitahx.cpp [moved from src/gromacs/gmxana/fitahx.c with 94% similarity]
src/gromacs/gmxana/fitahx.h
src/gromacs/gmxana/geminate.c [deleted file]
src/gromacs/gmxana/geminate.h [deleted file]
src/gromacs/gmxana/gmx_analyze.c
src/gromacs/gmxana/gmx_hbond.c
src/gromacs/gmxana/hxprops.cpp [moved from src/gromacs/gmxana/hxprops.c with 94% similarity]
src/gromacs/gmxana/hxprops.h
src/gromacs/gmxana/nrama.cpp [moved from src/gromacs/gmxana/nrama.c with 99% similarity]
src/gromacs/gmxana/nsfactor.cpp [moved from src/gromacs/gmxana/nsfactor.c with 86% similarity]
src/gromacs/gmxana/powerspect.cpp [moved from src/gromacs/gmxana/powerspect.c with 98% similarity]
src/gromacs/gmxana/pp2shift.cpp [moved from src/gromacs/gmxana/pp2shift.c with 96% similarity]
src/gromacs/gmxana/princ.cpp [moved from src/gromacs/gmxana/princ.c with 98% similarity]
src/gromacs/gmxana/sfactor.cpp [moved from src/gromacs/gmxana/sfactor.c with 93% similarity]