Replace sqrt with std::sqrt in mdatoms.cpp
authorAndrey Alekseenko <al42and@gmail.com>
Fri, 19 Feb 2021 09:20:35 +0000 (10:20 +0100)
committerAndrey Alekseenko <al42and@gmail.com>
Fri, 19 Feb 2021 11:11:03 +0000 (11:11 +0000)
commitee674d9a7084736cbaf5cbb8fcd3f599ff9ffa75
treedd4facdded1ffe34af1d395a4b53b3724af82274
parentb1f5c9dd69b9a854ab392aa022470de403603160
Replace sqrt with std::sqrt in mdatoms.cpp

We are including <cmath>, so we should use versions from the std namespace.
src/gromacs/mdlib/mdatoms.cpp