Convert gmx_domdec_specat_comm_t to C++
commitd097b128081d296ef20430587c47e698b833ff7d
authorBerk Hess <hess@kth.se>
Thu, 28 Jun 2018 07:12:12 +0000 (28 09:12 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 29 Jun 2018 14:37:12 +0000 (29 16:37 +0200)
tree605e6a167af210be8178ebdb500ad3de00b29033
parent83d604ce9a2316cbedae3502f24481638c153d83
Convert gmx_domdec_specat_comm_t to C++

All buffers in gmx_domdec_specat_comm_t now use std::vector.
Moved the requested atom index buffers into the vsite and
constraint data structures.

Change-Id: I46fac1bac3679126e578cd1a6f677e716cf23796
src/gromacs/domdec/domdec_constraints.cpp
src/gromacs/domdec/domdec_specatomcomm.cpp
src/gromacs/domdec/domdec_specatomcomm.h
src/gromacs/domdec/domdec_struct.h
src/gromacs/domdec/domdec_vsite.cpp