clang-tidy: readability-non-const-parameter (2/2)
[alexxy/gromacs.git] / src / gromacs / mdlib / stat.cpp
index a84a151015f7e19d86c8bbe7a3b2edd36d2f1ff8..32fed5d8f107570879405a7ec39a0bbcea325b91 100644 (file)
@@ -89,7 +89,7 @@ void global_stat_destroy(gmx_global_stat_t gs)
     sfree(gs);
 }
 
-static int filter_enerdterm(real *afrom, gmx_bool bToBuffer, real *ato,
+static int filter_enerdterm(const real *afrom, gmx_bool bToBuffer, real *ato,
                             gmx_bool bTemp, gmx_bool bPres, gmx_bool bEner)
 {
     int i, to, from;