Convert nbnxn_pairlist_set_t to class PairlistSet
[alexxy/gromacs.git] / src / gromacs / nbnxm / pairlistset.h
index 26e54c99a32313c8cb9a42a6529891814e732807..a35db0f83598be98f409f3a2bc81418ded29d31f 100644 (file)
 
 #include "locality.h"
 
-/* Initializes a set of pair lists stored in nbnxn_pairlist_set_t
- *
- * TODO: Merge into the constructor
- */
-typedef void nbnxn_free_t (void *ptr);
-
 /* Tells if the pair-list corresponding to nb_kernel_type is simple.
  * Returns FALSE for super-sub type pair-list.
  */
 gmx_bool nbnxn_kernel_pairlist_simple(int nb_kernel_type);
 
-/* Initializes a set of pair lists stored in nbnxn_pairlist_set_t */
-void nbnxn_init_pairlist_set(nbnxn_pairlist_set_t *nbl_list);
-
-/*! \brief Prepare the list-set produced by the search for dynamic pruning
- *
- * \param[in,out] listSet  The list-set to prepare for dynamic pruning.
- */
-void nbnxnPrepareListForDynamicPruning(nbnxn_pairlist_set_t *listSet);
-
 #endif