clang-tidy: readability-non-const-parameter (2/2)
[alexxy/gromacs.git] / src / gromacs / ewald / pme-spread.cpp
index 62c9862dd61ee2423bd7e0665bff854587bd4647..e77c7910d939f7419f5cfc4725dc58e003ecb73e 100644 (file)
@@ -263,7 +263,7 @@ static void make_thread_local_ind(const pme_atomcomm_t *atc,
     }
 
 static void make_bsplines(splinevec theta, splinevec dtheta, int order,
-                          rvec fractx[], int nr, int ind[], real coefficient[],
+                          rvec fractx[], int nr, const int ind[], const real coefficient[],
                           gmx_bool bDoSplines)
 {
     /* construct splines for local atoms */