Remove superfluous math utility functions
commit6221c3abdb53192d64eec097bbe0d926bd6b09c2
authorChristian Blau <cblau@gwdg.de>
Thu, 13 Aug 2020 07:18:13 +0000 (13 09:18 +0200)
committerChristian Blau <cblau@gwdg.de>
Thu, 13 Aug 2020 07:26:36 +0000 (13 09:26 +0200)
tree2c3eaea804ebba6db96d233416965a21a106a459
parent0cc3567fe2d0ddb599cda21de6322981f6b0ceec
Remove superfluous math utility functions

Remove max_cutoff and gmx_greatest_common_divisor from utilities.h.

max_cutoff was never used

C++17 introduces std::gcd, replacing gmx_greatest_common_divisor
src/gromacs/fileio/tngio.cpp
src/gromacs/gmxpreprocess/genion.cpp
src/gromacs/math/utilities.cpp
src/gromacs/math/utilities.h
src/gromacs/mdrun/md.cpp
src/gromacs/tools/tune_pme.cpp