Make PBC type enumeration into PbcType enum class
[alexxy/gromacs.git] / src / gromacs / nbnxm / pairsearch.h
index c0cb647e7190d6032b9f2b7a7a8cbdd6a62e2de0..4263d9ba5bbe484d7c8779a346da97db7999a68c 100644 (file)
@@ -190,13 +190,13 @@ public:
 
     /* \brief Constructor
      *
-     * \param[in] ePBC            The periodic boundary conditions
+     * \param[in] pbcType         The periodic boundary conditions
      * \param[in] numDDCells      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] haveFep         Tells whether non-bonded interactions are perturbed
      * \param[in] maxNumThreads   The maximum number of threads used in the search
      */
-    PairSearch(int                       ePBC,
+    PairSearch(PbcType                   pbcType,
                bool                      doTestParticleInsertion,
                const ivec*               numDDCells,
                const gmx_domdec_zones_t* zones,