Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / ewald / long_range_correction.h
index 0e366a758cdef115c2ba67511b71bb14e22e238f..786318dda77d56f536de256b730981f5ec78dce0 100644 (file)
@@ -63,20 +63,21 @@ struct t_inputrec;
  *
  * Calculate correction for electrostatic surface dipole terms.
  */
-void
-ewald_LRcorrection(int numAtomsLocal,
-                   const t_commrec *cr,
-                   int numThreads, int thread,
-                   const t_forcerec &fr,
-                   const t_inputrec &ir,
-                   const real *chargeA, const real *chargeB,
-                   gmx_bool bHaveChargePerturbed,
-                   const rvec x[],
-                   const matrix box,
-                   const rvec mu_tot[],
-                   rvec *f,
-                   real *Vcorr_q,
-                   real lambda_q,
-                   real *dvdlambda_q);
+void ewald_LRcorrection(int               numAtomsLocal,
+                        const t_commrec*  cr,
+                        int               numThreads,
+                        int               thread,
+                        const t_forcerec& fr,
+                        const t_inputrec& ir,
+                        const real*       chargeA,
+                        const real*       chargeB,
+                        gmx_bool          bHaveChargePerturbed,
+                        const rvec        x[],
+                        const matrix      box,
+                        const rvec        mu_tot[],
+                        rvec*             f,
+                        real*             Vcorr_q,
+                        real              lambda_q,
+                        real*             dvdlambda_q);
 
 #endif