Move nbnxn files to nbnxm directory
[alexxy/gromacs.git] / src / gromacs / nbnxm / kernel_common.h
similarity index 94%
rename from src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_common.h
rename to src/gromacs/nbnxm/kernel_common.h
index 430ff644d559fa546c1bd025460ebb33ce57328b..035457f250f131475440b63eeb2cf41b1eccf5dd 100644 (file)
 /*! \internal \file
  *
  * \brief
- * Declares the nbnxn pair interaction kernel function types and kind counts, also declares utility functions used in nbnxn_kernel.cpp.
+ * Declares the nbnxm pair interaction kernel function types and kind counts, also declares utility functions used in nbnxm_kernel.cpp.
  *
  * \author Berk Hess <hess@kth.se>
  */
 
-#ifndef _nbnxn_kernel_common_h
-#define _nbnxn_kernel_common_h
+#ifndef GMX_NBXNM_KERNEL_COMMON_H
+#define GMX_NBXNM_KERNEL_COMMON_H
 
 #include "gromacs/math/vectypes.h"
 /* nbnxn_atomdata_t and nbnxn_pairlist_t could be forward declared, but that requires modifications in all SIMD kernel files */
-#include "gromacs/mdlib/nbnxn_atomdata.h"
-#include "gromacs/mdlib/nbnxn_pairlist.h"
+#include "gromacs/nbnxm/atomdata.h"
+#include "gromacs/nbnxm/pairlist.h"
 #include "gromacs/utility/real.h"
 
 struct interaction_const_t;