clang-tidy: readability-non-const-parameter (2/2)
[alexxy/gromacs.git] / src / gromacs / mdlib / lincs.cpp
index 105e6e527cd5a9c931412760d427dc00a295ed35..943327f6fb8fad765f4d5f3ce400dbc10b0a8cc9 100644 (file)
@@ -2282,7 +2282,7 @@ void set_lincs(const t_idef         &idef,
 
 //! Issues a warning when LINCS constraints cannot be satisfied.
 static void lincs_warning(gmx_domdec_t *dd, const rvec *x, rvec *xprime, t_pbc *pbc,
-                          int ncons, int *bla, real *bllen, real wangle,
+                          int ncons, const int *bla, real *bllen, real wangle,
                           int maxwarn, int *warncount)
 {
     int  b, i, j;