clang-tidy: readability-non-const-parameter (2/2)
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_tune_pme.cpp
index 9947077818c4fe4f292ead1eb9180198d8f9bb10..066ee653fbfe046236c0380ff6b7f3933b2d6df4 100644 (file)
@@ -852,17 +852,17 @@ static gmx_bool can_scale_rvdw(int vdwtype)
 /* Make additional TPR files with more computational load for the
  * direct space processors: */
 static void make_benchmark_tprs(
-        const char     *fn_sim_tpr,      /* READ : User-provided tpr file                 */
-        char           *fn_bench_tprs[], /* WRITE: Names of benchmark tpr files           */
-        gmx_int64_t     benchsteps,      /* Number of time steps for benchmark runs       */
-        gmx_int64_t     statesteps,      /* Step counter in checkpoint file               */
-        real            rmin,            /* Minimal Coulomb radius                        */
-        real            rmax,            /* Maximal Coulomb radius                        */
-        real            bScaleRvdw,      /* Scale rvdw along with rcoulomb                */
-        int            *ntprs,           /* No. of TPRs to write, each with a different
-                                            rcoulomb and fourierspacing                   */
-        t_inputinfo    *info,            /* Contains information about mdp file options   */
-        FILE           *fp)              /* Write the output here                         */
+        const char           *fn_sim_tpr,      /* READ : User-provided tpr file                 */
+        char                 *fn_bench_tprs[], /* WRITE: Names of benchmark tpr files           */
+        gmx_int64_t           benchsteps,      /* Number of time steps for benchmark runs       */
+        gmx_int64_t           statesteps,      /* Step counter in checkpoint file               */
+        real                  rmin,            /* Minimal Coulomb radius                        */
+        real                  rmax,            /* Maximal Coulomb radius                        */
+        real                  bScaleRvdw,      /* Scale rvdw along with rcoulomb                */
+        const int            *ntprs,           /* No. of TPRs to write, each with a different
+                                                  rcoulomb and fourierspacing                   */
+        t_inputinfo          *info,            /* Contains information about mdp file options   */
+        FILE                 *fp)              /* Write the output here                         */
 {
     int           i, j, d;
     t_state       state;