Unite the post-DD-partition update of the local topology
[alexxy/gromacs.git] / src / gromacs / domdec / localtopology.h
index 8a66ea43ed84515092fdfb51ac88521f5ef14bc6..14ca253442733b7f96409f7ae75c4876bdde0429 100644 (file)
@@ -71,9 +71,7 @@ int dd_make_local_top(struct gmx_domdec_t*           dd,
                       t_forcerec*                    fr,
                       gmx::ArrayRef<const gmx::RVec> coordinates,
                       const gmx_mtop_t&              top,
+                      gmx::ArrayRef<const int64_t>   atomInfo,
                       gmx_localtop_t*                ltop);
 
-/*! \brief Sort ltop->ilist when we are doing free energy. */
-void dd_sort_local_top(const gmx_domdec_t& dd, gmx::ArrayRef<const int64_t> atomInfo, gmx_localtop_t* ltop);
-
 #endif