clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / pbcutil / pbc.h
index d3570c8bfe5d698e7cd721544f091a15e9d01dbb..f5f001c2f0d1fce18b588691ab45477985ac267b 100644 (file)
@@ -298,7 +298,7 @@ void calc_compact_unitcell_vertices(int ecenter, const matrix box,
  * The index consists of NCUCEDGE pairs of vertex indices.
  * The index does not change, so it needs to be retrieved only once.
  */
-int *compact_unitcell_edges(void);
+int *compact_unitcell_edges();
 
 /*! \brief Put atoms inside the simulations box
  *