Use more ArrayRefs in signatures of update impl class
authorJoe Jordan <ejjordan12@gmail.com>
Wed, 31 Mar 2021 08:30:23 +0000 (08:30 +0000)
committerJoe Jordan <ejjordan12@gmail.com>
Wed, 31 Mar 2021 08:30:23 +0000 (08:30 +0000)
commit0c934719e0cada2dcb9cd5a7a472406912d60963
treeef8ced0df003537f018781f8f7d21f1f13e56e24
parent5f5143c95ca74d6ab0ebb9fd7f4b9eef2ea29862
Use more ArrayRefs in signatures of update impl class

Part of ongoing work to make refactoring mdatoms easier. This only
changes the impl class of update. A followup change can propagate
using ArrayRef to the update class itself, which will make it easier
to call update in both tests and in nblib.
src/gromacs/mdlib/update.cpp