Moved second half of gmxana tools to C++
authorErik Lindahl <erik@kth.se>
Sat, 11 Jul 2015 16:56:01 +0000 (18:56 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 28 Jul 2015 21:52:13 +0000 (23:52 +0200)
commit84ef6402a10d308f2e6fa9c53a5717103224f637
tree75638894fab1aa01e6e97bf4eaa514257c3285f1
parent3a5934fccd489925ab5e80aeb4bf703040137071
Moved second half of gmxana tools to C++

Code that the static analyzer found to be
unused or irrelevant have been removed.

Change-Id: I9acb45f953d6fd8fde04c9bed29272772f93ad58
40 files changed:
src/gromacs/gmxana/gmx_make_edi.cpp [moved from src/gromacs/gmxana/gmx_make_edi.c with 97% similarity]
src/gromacs/gmxana/gmx_make_ndx.cpp [moved from src/gromacs/gmxana/gmx_make_ndx.c with 95% similarity]
src/gromacs/gmxana/gmx_mdmat.cpp [moved from src/gromacs/gmxana/gmx_mdmat.c with 97% similarity]
src/gromacs/gmxana/gmx_mindist.cpp [moved from src/gromacs/gmxana/gmx_mindist.c with 95% similarity]
src/gromacs/gmxana/gmx_mk_angndx.cpp [moved from src/gromacs/gmxana/gmx_mk_angndx.c with 97% similarity]
src/gromacs/gmxana/gmx_morph.cpp [moved from src/gromacs/gmxana/gmx_morph.c with 100% similarity]
src/gromacs/gmxana/gmx_msd.cpp [moved from src/gromacs/gmxana/gmx_msd.c with 97% similarity]
src/gromacs/gmxana/gmx_nmeig.cpp [moved from src/gromacs/gmxana/gmx_nmeig.c with 96% similarity]
src/gromacs/gmxana/gmx_nmens.cpp [moved from src/gromacs/gmxana/gmx_nmens.c with 93% similarity]
src/gromacs/gmxana/gmx_nmtraj.cpp [moved from src/gromacs/gmxana/gmx_nmtraj.c with 90% similarity]
src/gromacs/gmxana/gmx_order.cpp [moved from src/gromacs/gmxana/gmx_order.c with 95% similarity]
src/gromacs/gmxana/gmx_polystat.cpp [moved from src/gromacs/gmxana/gmx_polystat.c with 95% similarity]
src/gromacs/gmxana/gmx_potential.cpp [moved from src/gromacs/gmxana/gmx_potential.c with 95% similarity]
src/gromacs/gmxana/gmx_principal.cpp [moved from src/gromacs/gmxana/gmx_principal.c with 98% similarity]
src/gromacs/gmxana/gmx_rama.cpp [moved from src/gromacs/gmxana/gmx_rama.c with 99% similarity]
src/gromacs/gmxana/gmx_rms.cpp [moved from src/gromacs/gmxana/gmx_rms.c with 97% similarity]
src/gromacs/gmxana/gmx_rmsdist.cpp [moved from src/gromacs/gmxana/gmx_rmsdist.c with 93% similarity]
src/gromacs/gmxana/gmx_rmsf.cpp [moved from src/gromacs/gmxana/gmx_rmsf.c with 94% similarity]
src/gromacs/gmxana/gmx_rotacf.cpp [moved from src/gromacs/gmxana/gmx_rotacf.c with 98% similarity]
src/gromacs/gmxana/gmx_rotmat.cpp [moved from src/gromacs/gmxana/gmx_rotmat.c with 97% similarity]
src/gromacs/gmxana/gmx_saltbr.cpp [moved from src/gromacs/gmxana/gmx_saltbr.c with 96% similarity]
src/gromacs/gmxana/gmx_sans.cpp [moved from src/gromacs/gmxana/gmx_sans.c with 97% similarity]
src/gromacs/gmxana/gmx_saxs.cpp [moved from src/gromacs/gmxana/gmx_saxs.c with 97% similarity]
src/gromacs/gmxana/gmx_sham.cpp [moved from src/gromacs/gmxana/gmx_sham.c with 94% similarity]
src/gromacs/gmxana/gmx_sigeps.cpp [moved from src/gromacs/gmxana/gmx_sigeps.c with 87% similarity]
src/gromacs/gmxana/gmx_sorient.cpp [moved from src/gromacs/gmxana/gmx_sorient.c with 95% similarity]
src/gromacs/gmxana/gmx_spatial.cpp [moved from src/gromacs/gmxana/gmx_spatial.c with 87% similarity]
src/gromacs/gmxana/gmx_spol.cpp [moved from src/gromacs/gmxana/gmx_spol.c with 96% similarity]
src/gromacs/gmxana/gmx_tcaf.cpp [moved from src/gromacs/gmxana/gmx_tcaf.c with 96% similarity]
src/gromacs/gmxana/gmx_traj.cpp [moved from src/gromacs/gmxana/gmx_traj.c with 98% similarity]
src/gromacs/gmxana/gmx_trjcat.cpp [moved from src/gromacs/gmxana/gmx_trjcat.c with 97% similarity]
src/gromacs/gmxana/gmx_trjconv.cpp [moved from src/gromacs/gmxana/gmx_trjconv.c with 95% similarity]
src/gromacs/gmxana/gmx_trjorder.cpp [moved from src/gromacs/gmxana/gmx_trjorder.c with 98% similarity]
src/gromacs/gmxana/gmx_tune_pme.cpp [moved from src/gromacs/gmxana/gmx_tune_pme.c with 95% similarity]
src/gromacs/gmxana/gmx_vanhove.cpp [moved from src/gromacs/gmxana/gmx_vanhove.c with 93% similarity]
src/gromacs/gmxana/gmx_velacc.cpp [moved from src/gromacs/gmxana/gmx_velacc.c with 99% similarity]
src/gromacs/gmxana/gmx_wheel.cpp [moved from src/gromacs/gmxana/gmx_wheel.c with 93% similarity]
src/gromacs/gmxana/gmx_xpm2ps.cpp [moved from src/gromacs/gmxana/gmx_xpm2ps.c with 94% similarity]
src/gromacs/utility/stringutil.cpp
src/gromacs/utility/stringutil.h