Use enum class for nbnxm locality
[alexxy/gromacs.git] / src / gromacs / nbnxm / opencl / nbnxm_ocl_internal.h
index 318e72623dfb20928e3345c7c082333c7fbcb722..c735ab5d489e0c0bb8c25da60c0a39c6b16104e8 100644 (file)
@@ -46,6 +46,9 @@
 #ifndef NBNXN_OCL_INTERNAL_H
 #define NBNXN_OCL_INTERNAL_H
 
+namespace Nbnxm
+{
+
 /*! \brief Returns true if LJ combination rules are used in the non-bonded kernels.
  *
  *  \param[in] vdwType The VdW interaction/implementation type as defined by evdwOcl in nbnxn_ocl_types.h.
@@ -53,4 +56,6 @@
  */
 bool useLjCombRule(int vdwType);
 
+}      // namespace Nbnxm
+
 #endif /* NBNXN_OCL_INTERNAL_H */