Move checkNumberOfBondedInteractions
commit8ee76066a18f868884476f3354a1a6a7846df22a
authorPascal Merz <pascal.merz@colorado.edu>
Mon, 19 Mar 2018 18:59:57 +0000 (19 12:59 -0600)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 4 Apr 2018 10:51:37 +0000 (4 12:51 +0200)
tree61967605b37c33dd2ffce57afc08698c71a245b7
parent5018b5a0f165076593a535f6160749298de5de6d
Move checkNumberOfBondedInteractions

In task #1868, we will move the rerun functionality from do_md to
a separate function in a new file. As both do_md and the new
do_rerun need access to checkNumberOfBondedInteractions(), it needs
to be moved to a more central location.

Change-Id: Iae0ace11db2f83e5034fdfae21ccac3e7b9e34d1
src/gromacs/domdec/domdec.cpp
src/gromacs/domdec/domdec.h
src/gromacs/domdec/domdec_topology.cpp
src/programs/mdrun/md.cpp