clang-tidy: readability-non-const-parameter (2/2)
[alexxy/gromacs.git] / src / gromacs / gmxlib / nrnb.cpp
index ba5ec1da26525a10d2abfb9ad3d5fa58018cbf6a..a9bd5e861d44db7c39a65d2507a55a7d75067203 100644 (file)
@@ -520,7 +520,7 @@ static const int    constr_index[] = {
 #define NCONSTR_INDEX asize(constr_index)
 
 static double pr_av(FILE *log, t_commrec *cr,
-                    double fav, double ftot[], const char *title)
+                    double fav, const double ftot[], const char *title)
 {
     int    i, perc;
     double dperc, unb;