Unite the post-DD-partition update of the local topology
[alexxy/gromacs.git] / src / gromacs / domdec / reversetopology.h
index 278a69f77ae710f7447fdea1fa888bd839aced01..9cb998b259b2bc908d539e7bb11a6732d1fdf706 100644 (file)
@@ -152,8 +152,8 @@ public:
     bool hasPositionRestraints() const;
     //! Returns the per-thread working structures for making the local topology
     gmx::ArrayRef<thread_work_t> threadWorkObjects() const;
-    //! Returns whether the local topology interactions should be sorted
-    bool doSorting() const;
+    //! Returns whether the local topology listed-forces interactions should be sorted
+    bool doListedForcesSorting() const;
 
     //! Private implementation definition
     struct Impl;