Use [..] instead of at(..) in LINCS GPU data management code
authorArtem Zhmurov <zhmurov@gmail.com>
Wed, 9 Jun 2021 13:26:45 +0000 (16:26 +0300)
committerArtem Zhmurov <zhmurov@gmail.com>
Wed, 9 Jun 2021 14:28:29 +0000 (14:28 +0000)
commit9acdb3a9cd519c446343a239ffef934e6e45c7ee
treea7bbff90dfece04d2b67bf84ea3228e774df9f38
parent93c5708ad330726055c9a2d2c945207b960324cd
Use [..] instead of at(..) in LINCS GPU data management code

The .at(..) was used to make sure that the indices are within bonds
while the code is not thoroughly tested. Now it can be replaced with
direct access [..] for performance reasons.
src/gromacs/mdlib/lincs_gpu.cpp