Apply clang-tidy-8 readability-uppercase-literal-suffix
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / vsite_parm.cpp
index 8657a1f5102d9aabc5805a5d998c4c4149f0be62..b33fcf8f85b0005281411a6d215dbcc3e53e80b4 100644 (file)
@@ -1019,7 +1019,7 @@ static void clean_vsite_bonds(gmx::ArrayRef<InteractionsOfType> plist,
                                  (pindex[atom].functionType() == F_VSITE4FD ) ||
                                  (pindex[atom].functionType() == F_VSITE4FDN ) );
                 bool bThisOUT = ( (pindex[atom].functionType() == F_VSITE3OUT) &&
-                                  ((interaction_function[cftype].flags & IF_CONSTRAINT) != 0u) );
+                                  ((interaction_function[cftype].flags & IF_CONSTRAINT) != 0U) );
                 bAllFD = bAllFD && bThisFD;
                 if (bThisFD || bThisOUT)
                 {