Move nbnxn files to nbnxm directory
[alexxy/gromacs.git] / src / gromacs / nbnxm / prunekerneldispatch.h
similarity index 96%
rename from src/gromacs/mdlib/nbnxn_kernels/nbnxn_kernel_prune.h
rename to src/gromacs/nbnxm/prunekerneldispatch.h
index dfa436a34ae5c9b0d5342bb83344fc0a7a04ac6b..09eaae8b2e5eec987ff7c8bdc07af86ec1fa04e9 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2016,2017, by the GROMACS development team, led by
+ * Copyright (c) 2016,2017,2019, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -41,6 +41,8 @@
  * The wrapper function internally performs the OpenMP parallelization
  * and calls the selected kernel flavor (different SIMD types / C reference).
  *
+ * \inlibraryapi
+ *
  * \author Berk Hess <hess@kth.se>
  */