Add comparison operator to BasicVector
authorBerk Hess <hess@kth.se>
Tue, 23 Mar 2021 14:47:26 +0000 (14:47 +0000)
committerPaul Bauer <paul.bauer.q@gmail.com>
Tue, 23 Mar 2021 14:47:26 +0000 (14:47 +0000)
commit6fff49f17a7a716451919691d689b0d621b981fe
treea512b5562e1438d42f9c00c089fb913aa83dd921
parentaf5010c5ff9b6ea9f5dad7836a9887c24a86afed
Add comparison operator to BasicVector

The default comparison seemed to compare the memory addresses
and not the elements.
api/legacy/include/gromacs/math/vectypes.h
src/gromacs/math/tests/vectypes.cpp