Cleaned up high-level boolean variable naming
[alexxy/gromacs.git] / src / gromacs / mdlib / calc_verletbuf.h
index 097e900d788855d500e6b61e3bf2a4706e16c6f0..1f073ff758578baeac9b962df31000a64bac9437 100644 (file)
@@ -67,11 +67,11 @@ static const real verlet_buffer_ratio_NVE_T0     = 0.10;
 /* Sets the pair-list setup assumed for the current Gromacs configuration.
  * The setup with smallest cluster sizes is return, such that the Verlet
  * buffer size estimated with this setup will be conservative.
- * bSIMD tells if to take into account SIMD, when supported.
- * bGPU tells to estimate for GPU kernels (bSIMD is ignored with bGPU=TRUE)
+ * makeSimdPairList tells if to take into account SIMD, when supported.
+ * makeGpuPairList tells to estimate for GPU kernels (makeSimdPairList is ignored with makeGpuPairList==true)
  */
-void verletbuf_get_list_setup(gmx_bool                bSIMD,
-                              gmx_bool                bGPU,
+void verletbuf_get_list_setup(bool                    makeSimdPairList,
+                              bool                    makeGpuPairList,
                               verletbuf_list_setup_t *list_setup);