clang-tidy: readability-non-const-parameter (2/2)
[alexxy/gromacs.git] / src / gromacs / mdlib / shellfc.cpp
index 26fe9446fca96be167de912f005019db12517e1c..e14c604103fc0ba87315c8cc118b5f889096f7da 100644 (file)
@@ -152,7 +152,7 @@ static void pr_shell(FILE *fplog, int ns, t_shell s[])
  * removed. */
 static void predict_shells(FILE *fplog, rvec x[], rvec v[], real dt,
                            int ns, t_shell s[],
-                           real mass[], gmx_mtop_t *mtop, gmx_bool bInit)
+                           const real mass[], gmx_mtop_t *mtop, gmx_bool bInit)
 {
     int                   i, m, s1, n1, n2, n3;
     real                  dt_1, fudge, tm, m1, m2, m3;