Apply clang-tidy-8 readability-uppercase-literal-suffix
[alexxy/gromacs.git] / src / gromacs / nbnxm / grid.h
index 5387b8c271467491c95ab80691b2f321e11cf240..3da68f57724133578612bd1173642ec2fc15476d 100644 (file)
@@ -329,14 +329,14 @@ class Grid
         //! Returns whether any atom in the cluster is perturbed
         bool clusterIsPerturbed(int clusterIndex) const
         {
-            return fep_[clusterIndex] != 0u;
+            return fep_[clusterIndex] != 0U;
         }
 
         //! Returns whether the given atom in the cluster is perturbed
         bool atomIsPerturbed(int clusterIndex,
                              int atomIndexInCluster) const
         {
-            return (fep_[clusterIndex] & (1 << atomIndexInCluster)) != 0u;
+            return (fep_[clusterIndex] & (1 << atomIndexInCluster)) != 0U;
         }
 
         //! Returns the free-energy perturbation bits for the cluster