Apply clang-tidy-8 readability-uppercase-literal-suffix
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gen_vsite.cpp
index dacc3175527870feed2123755f38d5d9bd0d3ff5..76e4c0f843bbb4a30c144b7a28fd719538439402 100644 (file)
@@ -554,7 +554,7 @@ static int get_atype(int atom, t_atoms *at, gmx::ArrayRef<const PreprocessResidu
     int      type;
     bool     bNterm;
 
-    if (at->atom[atom].m != 0.0f)
+    if (at->atom[atom].m != 0.0F)
     {
         type = at->atom[atom].type;
     }
@@ -590,7 +590,7 @@ static real get_amass(int atom, t_atoms *at, gmx::ArrayRef<const PreprocessResid
     real     mass;
     bool     bNterm;
 
-    if (at->atom[atom].m != 0.0f)
+    if (at->atom[atom].m != 0.0F)
     {
         mass = at->atom[atom].m;
     }