clang-tidy: readability-non-const-parameter (2/2)
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_velacc.cpp
index 5cbd55bb47c9c24e9a1dd0c43c7051f616ecf007..f9b9f07120309a25dbb7755112823f5307d161fb 100644 (file)
@@ -121,7 +121,7 @@ static void precalc(const t_topology &top, real normm[])
 
 }
 
-static void calc_spectrum(int n, real c[], real dt, const char *fn,
+static void calc_spectrum(int n, const real c[], real dt, const char *fn,
                           gmx_output_env_t *oenv, gmx_bool bRecip)
 {
     FILE     *fp;