clang-tidy: readability-non-const-parameter (2/2)
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / convparm.cpp
index 7dc03d1e6d6fe5516143190bd3dea174e208dece..a092887605075859961e416412898c7e0866d564 100644 (file)
@@ -498,7 +498,7 @@ static int enter_params(gmx_ffparams_t *ffparams, t_functype ftype,
 }
 
 static void append_interaction(t_ilist *ilist,
-                               int type, int nral, int a[MAXATOMLIST])
+                               int type, int nral, const int a[MAXATOMLIST])
 {
     int i, where1;