Simplify make_pairlist() call signature
[alexxy/gromacs.git] / src / gromacs / nbnxm / internal.h
index 55066e8059e110e65f86756f135296a943a7620b..68e07759b453f08087b585a424114815368be330 100644 (file)
@@ -139,13 +139,15 @@ struct nbnxn_search
 {
     /* \brief Constructor
      *
+     * \param[in] ePBC         The periodic boundary conditions
      * \param[in] n_dd_cells   The number of domain decomposition cells per dimension, without DD nullptr should be passed
      * \param[in] zones        The domain decomposition zone setup, without DD nullptr should be passed
      * \param[in] bFEP         Tells whether non-bonded interactions are perturbed
      * \param[in] nthread_max  The maximum number of threads used in the search
      */
 
-    nbnxn_search(const ivec               *n_dd_cells,
+    nbnxn_search(int                       ePBC,
+                 const ivec               *n_dd_cells,
                  const gmx_domdec_zones_t *zones,
                  gmx_bool                  bFEP,
                  int                       nthread_max);