Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / domdec / box.h
index 8e8b396da374e16a2fb9b99b8807a5e5404a3d1e..d02c34b9d802799ea750f17f943b89ce4bf2ad87 100644 (file)
@@ -55,19 +55,19 @@ struct t_commrec;
 struct t_inputrec;
 
 /*! \brief Set the box and PBC data in \p ddbox */
-void set_ddbox(const gmx_domdec_t             &dd,
-               bool                            masterRankHasTheSystemState,
-               const matrix                    box,
-               bool                            calculateUnboundedSize,
-               gmx::ArrayRef<const gmx::RVec>  x,
-               gmx_ddbox_t                    *ddbox);
+void set_ddbox(const gmx_domdec_t&            dd,
+               bool                           masterRankHasTheSystemState,
+               const matrix                   box,
+               bool                           calculateUnboundedSize,
+               gmx::ArrayRef<const gmx::RVec> x,
+               gmx_ddbox_t*                   ddbox);
 
 /*! \brief Set the box and PBC data in \p ddbox */
-void set_ddbox_cr(const t_commrec                &cr,
-                  const ivec                     *dd_nc,
-                  const t_inputrec               &ir,
-                  const matrix                    box,
-                  gmx::ArrayRef<const gmx::RVec>  x,
-                  gmx_ddbox_t                    *ddbox);
+void set_ddbox_cr(const t_commrec&               cr,
+                  const ivec*                    dd_nc,
+                  const t_inputrec&              ir,
+                  const matrix                   box,
+                  gmx::ArrayRef<const gmx::RVec> x,
+                  gmx_ddbox_t*                   ddbox);
 
 #endif