Enable clang-tidy for headers
[alexxy/gromacs.git] / src / gromacs / fileio / tngio.h
index 9af0a7f27c8cda79054c0adfed99c7e2f5fe30c9..7e3ad3735164d90e80f95fad9d5a747c125103e6 100644 (file)
@@ -117,7 +117,7 @@ void gmx_tng_prepare_low_prec_writing(gmx_tng_trajectory_t  tng,
  * The pointers tng, x, v, f may be NULL, which triggers not writing
  * (that component). box can only be NULL if x is also NULL. */
 void gmx_fwrite_tng(gmx_tng_trajectory_t tng,
-                    const gmx_bool       bUseLossyCompression,
+                    gmx_bool             bUseLossyCompression,
                     int64_t              step,
                     real                 elapsedPicoSeconds,
                     real                 lambda,
@@ -169,7 +169,7 @@ void gmx_write_tng_from_trxframe(gmx_tng_trajectory_t    output,
  * the number of all other molecules to 0. Works similar to a
  * selection group. */
 void gmx_tng_setup_atom_subgroup(gmx_tng_trajectory_t tng,
-                                 const int            nind,
+                                 int                  nind,
                                  const int           *ind,
                                  const char          *name);