Use std::vector in LINCS
authorBerk Hess <hess@kth.se>
Tue, 11 Dec 2018 16:04:19 +0000 (17:04 +0100)
committerSzilárd Páll <pall.szilard@gmail.com>
Tue, 18 Dec 2018 16:37:00 +0000 (17:37 +0100)
commit211039fcccb72b7cf9c60857547751c36f03058e
tree154819cb15bf2a34f36389cb4d027b452f188dfc
parent9ccd7f2bd8bdfac424e9467309fd80fa22af654c
Use std::vector in LINCS

All manually managed pointers in the LINCS code have been replaced
by std::vector. To limit the size of this change, some plain pointers
have been retained for access.

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