Merge release-2019 into master
[alexxy/gromacs.git] / src / gromacs / domdec / domdec_struct.h
index 01bb6f774f61f20c8d86ec557b025b5eace67124..4121a84eb5abf767a2bf185d85d54672cbdee2c3 100644 (file)
@@ -206,14 +206,6 @@ struct gmx_domdec_t { //NOLINT(clang-analyzer-optin.performance.Padding)
     int                           ncg_home = 0;
     /* Global atom group indices for the home and all non-home groups */
     std::vector<int>              globalAtomGroupIndices;
-    /* The atom groups for the home and all non-home groups, todo: make private */
-    gmx::RangePartitioning        atomGrouping_;
-    const gmx::RangePartitioning &atomGrouping() const
-    {
-        return atomGrouping_;
-    }
-    /* Local atom to local atom-group index, only used for checking bondeds */
-    std::vector<int> localAtomGroupFromAtom;
 
     /* Index from the local atoms to the global atoms, covers home and received zones */
     std::vector<int> globalAtomIndices;