Move some math headers away from legacyheaders/
authorTeemu Murtola <teemu.murtola@gmail.com>
Thu, 27 Mar 2014 04:12:48 +0000 (06:12 +0200)
committerErik Lindahl <erik@kth.se>
Mon, 31 Mar 2014 07:33:18 +0000 (09:33 +0200)
commitbe60f80a39f4c21aff7c287949d8ef4dfb3a8851
tree9d11367ec9d490eb259e306aee0d9d169bccb03c
parente0fbd001bebcbd8d78a59473fd8e777749551d08
Move some math headers away from legacyheaders/

- Move nrjac.* to linearalgebra/
- Move do_fit.* to math/

Also some minor associated clean-up.

Change-Id: I11943d5c9a0150133ca0a0d9bc36aceb06fb8bca
27 files changed:
src/gromacs/essentialdynamics/edsam.c
src/gromacs/gmxana/fitahx.c
src/gromacs/gmxana/gmx_anaeig.c
src/gromacs/gmxana/gmx_cluster.c
src/gromacs/gmxana/gmx_confrms.c
src/gromacs/gmxana/gmx_covar.c
src/gromacs/gmxana/gmx_dipoles.cpp
src/gromacs/gmxana/gmx_disre.c
src/gromacs/gmxana/gmx_filter.c
src/gromacs/gmxana/gmx_helixorient.c
src/gromacs/gmxana/gmx_make_edi.c
src/gromacs/gmxana/gmx_morph.c
src/gromacs/gmxana/gmx_polystat.c
src/gromacs/gmxana/gmx_rms.c
src/gromacs/gmxana/gmx_rmsf.c
src/gromacs/gmxana/gmx_rotmat.c
src/gromacs/gmxana/gmx_traj.c
src/gromacs/gmxana/gmx_trjcat.c
src/gromacs/gmxana/gmx_trjconv.c
src/gromacs/gmxlib/orires.c
src/gromacs/gmxlib/princ.c
src/gromacs/linearalgebra/nrjac.c [moved from src/gromacs/gmxlib/nrjac.c with 98% similarity]
src/gromacs/linearalgebra/nrjac.h [moved from src/gromacs/legacyheaders/nrjac.h with 93% similarity]
src/gromacs/math/CMakeLists.txt
src/gromacs/math/do_fit.c [moved from src/gromacs/gmxlib/do_fit.c with 99% similarity]
src/gromacs/math/do_fit.h [moved from src/gromacs/legacyheaders/do_fit.h with 96% similarity]
src/gromacs/pulling/pull_rotation.c