Apply clang-format to source tree
[alexxy/gromacs.git] / src / gromacs / pbcutil / rmpbc.h
index 256d22fdc518ca162b4eecdb7b2ef5618eb4aef8..0feb096495a13e1541502761f2e5d4925f60ef53 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2016,2018, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2016,2018,2019, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -43,9 +43,9 @@ struct t_atoms;
 struct t_idef;
 struct t_trxframe;
 
-typedef struct gmx_rmpbc *gmx_rmpbc_t;
+typedef struct gmx_rmpbcgmx_rmpbc_t;
 
-gmx_rmpbc_t gmx_rmpbc_init(const t_idef *idef, int ePBC, int natoms);
+gmx_rmpbc_t gmx_rmpbc_init(const t_idefidef, int ePBC, int natoms);
 
 void gmx_rmpbc_done(gmx_rmpbc_t gpbc);
 
@@ -57,14 +57,13 @@ void gmx_rmpbc(gmx_rmpbc_t gpbc, int natoms, const matrix box, rvec x[]);
  * When ePBC=-1, the type of pbc is guessed from the box matrix.
  */
 
-void gmx_rmpbc_copy(gmx_rmpbc_t gpbc, int natoms, const matrix box, rvec x[],
-                    rvec x_s[]);
+void gmx_rmpbc_copy(gmx_rmpbc_t gpbc, int natoms, const matrix box, rvec x[], rvec x_s[]);
 /* As gmx_rmpbc, but outputs in x_s and does not modify x. */
 
-void gmx_rmpbc_trxfr(gmx_rmpbc_t gpbc, struct t_trxframe *fr);
+void gmx_rmpbc_trxfr(gmx_rmpbc_t gpbc, struct t_trxframefr);
 /* As gmx_rmpbc but operates on a t_trxframe data structure. */
 
-void rm_gropbc(const t_atoms *atoms, rvec x[], const matrix box);
+void rm_gropbc(const t_atomsatoms, rvec x[], const matrix box);
 /* Simple routine for use in analysis tools that just have a pdb or
  * similar file.
  */