Cleaning up the GPU bonded kernel
[alexxy/gromacs.git] / src / gromacs / listed_forces / gpubonded.h
index 3f0f5eba3f3b571be19c7f2aff8f3b2f4cb7c0c5..df63d675d074ee7188d37684084da11893330de8 100644 (file)
@@ -61,7 +61,7 @@ struct t_idef;
 struct t_inputrec;
 
 /*! \brief The number on bonded function types supported on GPUs */
-static constexpr int nFtypesOnGpu = 8;
+static constexpr int numFTypesOnGpu = 8;
 
 namespace gmx
 {
@@ -73,7 +73,7 @@ namespace gmx
  * \note The function types in the list are ordered on increasing value.
  * \note Currently bonded are only supported with CUDA, not with OpenCL.
  */
-constexpr std::array<int, nFtypesOnGpu> ftypesOnGpu =
+constexpr std::array<int, numFTypesOnGpu> fTypesOnGpu =
 {
     F_BONDS,
     F_ANGLES,