Apply clang-tidy-8 readability-uppercase-literal-suffix
[alexxy/gromacs.git] / src / gromacs / domdec / dlbtiming.cpp
index 818027869719b92cdc9308c15197684c41c70b2c..8466bfc69c192289f96082d6a220d252bfe0112d 100644 (file)
@@ -154,7 +154,7 @@ void DDBalanceRegionHandler::closeRegionGpuImpl(float                       wait
             /* The actual time could be anywhere between 0 and
              * waitCyclesEstimate. Using half is the best we can do.
              */
-            const float unknownWaitEstimateFactor = 0.5f;
+            const float unknownWaitEstimateFactor = 0.5F;
             waitGpuCyclesEstimate *= unknownWaitEstimateFactor;
         }