Replace bool with enum class in DomdecOptions
[alexxy/gromacs.git] / src / gromacs / mdrun / legacymdrunoptions.h
index 95abef6a57f49e4bcdc9e303cf19ce79ded5701d..678f741648921d772abe84e54a6f2d9ae4547a8f 100644 (file)
@@ -227,7 +227,7 @@ public:
         { "-ddcheck",
           FALSE,
           etBOOL,
-          { &domdecOptions.checkBondedInteractions },
+          { &domdecOptions.ddBondedChecking },
           "Check for all bonded interactions with DD" },
         { "-ddbondcomm",
           FALSE,