Move constraint and bonded filtering info into DDSystemInfo
[alexxy/gromacs.git] / src / gromacs / domdec / domdec_struct.h
index 0d4cd47e95c0ca1016ace649ae425cecfd4ea60b..4a43576e33067ff78ada75ff25d62ebd2d1f7907 100644 (file)
@@ -189,11 +189,6 @@ struct gmx_domdec_t { //NOLINT(clang-analyzer-optin.performance.Padding)
     /* Only available on the master node */
     std::unique_ptr<AtomDistribution> ma;
 
-    /* Can atoms connected by constraints be assigned to different domains? */
-    bool splitConstraints = false;
-    /* Can atoms connected by settles be assigned to different domains? */
-    bool splitSettles = false;
-
     /* Global atom number to interaction list */
     gmx_reverse_top_t  *reverse_top    = nullptr;
     int                 nbonded_global = 0;