Enable clang-tidy for headers
[alexxy/gromacs.git] / src / gromacs / ewald / pme.h
index 0e3cf61391aceb40276b5926db61221c8aba837f..5f6e83f7175d271ab82cd0f777ecf73222e5959f 100644 (file)
@@ -240,7 +240,7 @@ void gmx_pme_receive_f(const t_commrec *cr,
  * \param[in] nAtoms         The number of particles.
  * \param[in] charges        The pointer to the array of particle charges.
  */
-void gmx_pme_reinit_atoms(const gmx_pme_t *pme, const int nAtoms, const real *charges);
+void gmx_pme_reinit_atoms(const gmx_pme_t *pme, int nAtoms, const real *charges);
 
 /* A block of PME GPU functions */