Merge release-2019 into master
[alexxy/gromacs.git] / src / gromacs / domdec / domdec_internal.h
index d6bc09c20266ce867b6d9a818600bab15a03121a..bd7b57f9aa91198bcb6942ef5333eb7dfbc2e154 100644 (file)
@@ -491,13 +491,8 @@ struct gmx_domdec_comm_t // NOLINT (clang-analyzer-optin.performance.Padding)
     std::unique_ptr<gmx::UpdateGroupsCog> updateGroupsCog;
 
     /* Are there charge groups? */
-    /**< True when there are charge groups */
-    gmx_bool bCGs = false;
-
-    /**< Are there inter-cg bonded interactions? */
-    gmx_bool bInterCGBondeds = false;
-    /**< Are there inter-cg multi-body interactions? */
-    gmx_bool bInterCGMultiBody = false;
+    bool haveInterDomainBondeds          = false; /**< Are there inter-domain bonded interactions? */
+    bool haveInterDomainMultiBodyBondeds = false; /**< Are there inter-domain multi-body interactions? */
 
     /* Data for the optional bonded interaction atom communication range */
     /**< Only communicate atoms beyond the non-bonded cut-off when they are involved in bonded interactions with non-local atoms */