clang-tidy: readability-non-const-parameter (2/2)
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_search.cpp
index 8c4cefad68b1b39f61234668c6effcbc670d27e1..2b1a6bb2fa27772060534f40247c25b793b2ee1f 100644 (file)
@@ -2632,7 +2632,7 @@ real nbnxn_get_rlist_effective_inc(int cluster_size_j, real atom_density)
 }
 
 /* Estimates the interaction volume^2 for non-local interactions */
-static real nonlocal_vol2(const struct gmx_domdec_zones_t *zones, rvec ls, real r)
+static real nonlocal_vol2(const struct gmx_domdec_zones_t *zones, const rvec ls, real r)
 {
     real cl, ca, za;
     real vold_est;