Cleaned up high-level boolean variable naming
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 22 Jun 2017 17:17:57 +0000 (19:17 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 28 Jun 2017 15:24:01 +0000 (17:24 +0200)
commit76905a9810c2a730e3e42c9067dd950a8f9dcbde
tree2cf6e99d56e292aacf8a09eb6c672b31a564f9cf
parent4c4760279b767daa9f053101da20b0895b0eff8d
Cleaned up high-level boolean variable naming

Variables like bSIMD and bGPU were rather unclear about what
they actually meant.

Modernized to remove b prefixes and to use C++ bool type. Clarified
that some variables related to the use of a physical, rather than
emulated, GPU.

No changes to logic, just renaming.

Change-Id: I2bce7e1d554d3910fbbe685bae0d6a32bf50ac91
src/gromacs/mdlib/calc_verletbuf.cpp
src/gromacs/mdlib/calc_verletbuf.h
src/programs/mdrun/runner.cpp