Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / ewald / pme_redistribute.h
index aa630b15b36646819ad6ca76e251864819015929..975b298d16edd3b68c644dedac2d688d0fcd27f7 100644 (file)
 #include "pme_internal.h"
 
 //! Redistributes forces along the dimension gives by \p atc
-void
-dd_pmeredist_f(struct gmx_pme_t *pme, PmeAtomComm *atc,
-               gmx::ArrayRef<gmx::RVec> f,
-               gmx_bool bAddF);
+void dd_pmeredist_f(struct gmx_pme_t* pme, PmeAtomComm* atc, gmx::ArrayRef<gmx::RVec> f, gmx_bool bAddF);
 
 //! Redistributes coefficients and when \p bFirst=true coordinates over MPI ranks
-void
-do_redist_pos_coeffs(struct gmx_pme_t *pme, const t_commrec *cr,
-                     gmx_bool bFirst, gmx::ArrayRef<const gmx::RVec> x, const real *data);
+void do_redist_pos_coeffs(struct gmx_pme_t*              pme,
+                          const t_commrec*               cr,
+                          gmx_bool                       bFirst,
+                          gmx::ArrayRef<const gmx::RVec> x,
+                          const real*                    data);
 
 #endif