Use arrayref in LINCS
authorBerk Hess <hess@kth.se>
Thu, 13 Dec 2018 10:18:15 +0000 (11:18 +0100)
committerDavid van der Spoel <spoel@xray.bmc.uu.se>
Thu, 27 Dec 2018 14:28:22 +0000 (15:28 +0100)
commit597f0e7aa2bb90dab6c2e332e7c405b116a698a7
treeb4f1e95158bb01502148edff0942ce24bdc82c78
parent7ac2bfbefb285574c1c7a1f41587b94061e7dce6
Use arrayref in LINCS

All pointers have been replaced by gmx::ArrayRef, except for those
uses in SIMD code. Also made all variables scope local and replaced
const pointers by const references.

Change-Id: Ia09c51a1035991034dbaa2cc99a90d1316f3521e
src/gromacs/mdlib/lincs.cpp