Move nbnxn files to nbnxm directory
[alexxy/gromacs.git] / src / gromacs / nbnxm / kernels_reference / kernel_ref_prune.cpp
similarity index 97%
rename from src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_ref_prune.cpp
rename to src/gromacs/nbnxm/kernels_reference/kernel_ref_prune.cpp
index 45b5eda20ae1da9c2f141e9c8184399ffed865d8..65a8a2d87b3174557c3187b352b417a6b583cf6d 100644 (file)
 
 #include "gmxpre.h"
 
-#include "nbnxn_kernel_ref_prune.h"
+#include "kernel_ref_prune.h"
 
-#include "gromacs/mdlib/nbnxn_consts.h"
-#include "gromacs/mdlib/nbnxn_pairlist.h"
+#include "gromacs/nbnxm/pairlist.h"
 #include "gromacs/utility/gmxassert.h"
 
-
 /* Prune a single NbnxnPairlistCpu entry with distance rlistInner */
 void
 nbnxn_kernel_prune_ref(NbnxnPairlistCpu *         nbl,