Update clang-tidy to clang version 8
[alexxy/gromacs.git] / src / gromacs / awh / pointstate.h
index 221534441870fe925ffcd377676d6788fc44f4ce..4e177c42c9acc44396deb92f6df497a039189896 100644 (file)
@@ -316,7 +316,7 @@ class PointState
                 return false;
             }
 
-            for (int i = 0; i < numUpdatesSkipped; i++)
+            for (int64_t i = 0; i < numUpdatesSkipped; i++)
             {
                 /* This point was non-local at the time of the update meaning no weight */
                 updateFreeEnergyAndWeight(params, 0, weighthistScaling, logPmfSumScaling);