Fix cppcheck 1.64 warnings
[alexxy/gromacs.git] / src / gromacs / essentialdynamics / edsam.c
index d2885ea278cdf24d5995e28334d6e816791273ee..1498500cceb125555c57fa5dda6445e41787d600 100644 (file)
@@ -1796,6 +1796,7 @@ static int read_edi_file(const char *fn, t_edpar *edi, int nr_mdatoms)
         /* Keep the curr_edi pointer for the case that the next group is empty: */
         last_edi = curr_edi;
         /* Let's prepare to read in the next edi data set: */
+        /* cppcheck-suppress uninitvar Fixed in cppcheck 1.65 */
         curr_edi = edi_read;
     }
     if (edi_nr == 0)