Move radian-angle conversions to math/utility
authorejjordan <ejjordan@kth.se>
Tue, 9 Mar 2021 15:16:05 +0000 (16:16 +0100)
committerejjordan <ejjordan@kth.se>
Tue, 9 Mar 2021 15:16:20 +0000 (16:16 +0100)
commit0431d8526be9cb43f5fbe7d99a79b4750ab9bb69
treeaef9d834b672239192473734a6cbb0dff1f2f107
parentddf6512a3a06415bbfb25a0cc4ecdb6ce082630f
Move radian-angle conversions to math/utility

The constant M_PI is always defined there, and conversion is more
properly a utility than a unit.
18 files changed:
api/legacy/include/gromacs/math/units.h
api/legacy/include/gromacs/math/utilities.h
src/gromacs/applied_forces/awh/awh.cpp
src/gromacs/fileio/pdbio.cpp
src/gromacs/gmxana/anadih.cpp
src/gromacs/gmxana/gmx_angle.cpp
src/gromacs/gmxana/gmx_bundle.cpp
src/gromacs/gmxana/gmx_hbond.cpp
src/gromacs/gmxana/gmx_rama.cpp
src/gromacs/gmxana/hxprops.cpp
src/gromacs/gmxana/pp2shift.cpp
src/gromacs/gmxpreprocess/editconf.cpp
src/gromacs/gmxpreprocess/gen_vsite.cpp
src/gromacs/gmxpreprocess/hizzie.cpp
src/gromacs/gmxpreprocess/topshake.cpp
src/gromacs/gmxpreprocess/vsite_parm.cpp
src/gromacs/mdlib/updategroups.cpp
src/gromacs/trajectoryanalysis/modules/angle.cpp