Combine two booleans in md loop
authorArtem Zhmurov <zhmurov@gmail.com>
Wed, 27 Nov 2019 22:23:33 +0000 (23:23 +0100)
committerArtem Zhmurov <zhmurov@gmail.com>
Wed, 27 Nov 2019 22:23:33 +0000 (23:23 +0100)
commitf4e9363a4ff8d522666f1a95d86f0efb104f0194
tree1d9ffd2fc7b712f70dc7f966ba6ad60005bbc556
parentf0e5f8899e5f88df10bf624da458207a19eaa22a
Combine two booleans in md loop

Two booleans that were supposed to have identical meaning have being
created in the md loop. This patch conbines them into one. Note that
the scope of the boolean that is responsible for the D2H coordinates
copy have expanded, which represents correct behavior.

Change-Id: I421b18ee81f4cf9cce19cdd60023cb097d85a5d7
src/gromacs/mdrun/md.cpp