Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / listed_forces / position_restraints.h
index 79387ecb419e39f12e82edc9a233272bff9a0322..fe9eb6cb1950375688fd62cd2b232e14eda13ae9 100644 (file)
@@ -67,36 +67,34 @@ class ForceWithVirial;
 }
 
 /*! \brief Helper function that wraps calls to posres */
-void
-posres_wrapper(t_nrnb               *nrnb,
-               const t_idef         *idef,
-               const struct t_pbc   *pbc,
-               const rvec           *x,
-               gmx_enerdata_t       *enerd,
-               const real           *lambda,
-               const t_forcerec     *fr,
-               gmx::ForceWithVirial *forceWithVirial);
+void posres_wrapper(t_nrnb*               nrnb,
+                    const t_idef*         idef,
+                    const struct t_pbc*   pbc,
+                    const rvec*           x,
+                    gmx_enerdata_t*       enerd,
+                    const real*           lambda,
+                    const t_forcerec*     fr,
+                    gmx::ForceWithVirial* forceWithVirial);
 
 /*! \brief Helper function that wraps calls to posres for free-energy
     pertubation */
-void
-posres_wrapper_lambda(struct gmx_wallcycle *wcycle,
-                      const t_lambda       *fepvals,
-                      const t_idef         *idef,
-                      const struct t_pbc   *pbc,
-                      const rvec            x[],
-                      gmx_enerdata_t       *enerd,
-                      const real           *lambda,
-                      const t_forcerec     *fr);
+void posres_wrapper_lambda(struct gmx_wallcycle* wcycle,
+                           const t_lambda*       fepvals,
+                           const t_idef*         idef,
+                           const struct t_pbc*   pbc,
+                           const rvec            x[],
+                           gmx_enerdata_t*       enerd,
+                           const real*           lambda,
+                           const t_forcerec*     fr);
 
 /*! \brief Helper function that wraps calls to fbposres for
     free-energy perturbation */
-void fbposres_wrapper(t_nrnb               *nrnb,
-                      const t_idef         *idef,
-                      const struct t_pbc   *pbc,
-                      const rvec           *x,
-                      gmx_enerdata_t       *enerd,
-                      const t_forcerec     *fr,
-                      gmx::ForceWithVirial *forceWithVirial);
+void fbposres_wrapper(t_nrnb*               nrnb,
+                      const t_idef*         idef,
+                      const struct t_pbc*   pbc,
+                      const rvec*           x,
+                      gmx_enerdata_t*       enerd,
+                      const t_forcerec*     fr,
+                      gmx::ForceWithVirialforceWithVirial);
 
 #endif