Move around PairSearch code
[alexxy/gromacs.git] / src / gromacs / nbnxm / pairsearch.h
similarity index 95%
rename from src/gromacs/nbnxm/internal.h
rename to src/gromacs/nbnxm/pairsearch.h
index 368ebcf34fa412eff11815bbf54b17a31c209e15..4baeed6d798074a70bc147f1b6376486fa3acc84 100644 (file)
 
 /*! \internal \file
  *
- * \brief Declares internal nbnxm module details
+ * \brief Declares the PairSearch class and helper structs
+ *
+ * The PairSearch class holds the domain setup, the search grids
+ * and helper object for the pair search. It manages the search work.
+ * The actual gridding and pairlist generation is performeed by the
+ * GridSet/Grid and PairlistSet/Pairlist classes, respectively.
  *
  * \author Berk Hess <hess@kth.se>
  *
  * \ingroup module_nbnxm
  */
 
-#ifndef GMX_NBNXM_INTERNAL_H
-#define GMX_NBNXM_INTERNAL_H
+#ifndef GMX_NBNXM_PAIRSEARCH_H
+#define GMX_NBNXM_PAIRSEARCH_H
 
 #include <memory>
 #include <vector>