Apply clang-tidy-8 readability-uppercase-literal-suffix
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_cluster.cpp
index 619ad7c214ca79239e395755cdf89daee01bf9b5..a442db4263d85565b22868eb33f8f051ca4e6647 100644 (file)
@@ -568,7 +568,7 @@ static void jarvis_patrick(int n1, real **mat, int M, int P,
         {
             for (j = i+1; j < n1; j++)
             {
-                if (mcpy[i][j] != 0.0f)
+                if (mcpy[i][j] != 0.0F)
                 {
                     diff = c[j].clust - c[i].clust;
                     if (diff)
@@ -1940,7 +1940,7 @@ int gmx_cluster(int argc, char *argv[])
         {
             for (i1 = i2+1; (i1 < nf); i1++)
             {
-                if (rms->mat[i1][i2] != 0.0f)
+                if (rms->mat[i1][i2] != 0.0F)
                 {
                     rms->mat[i1][i2] = rms->maxrms;
                 }