Fixes for clang-tidy-9
[alexxy/gromacs.git] / src / gromacs / mdlib / updategroups.cpp
index f33aa4cb5c6ddeb3ecbd68dca308819608fd0b63..cf4856825c432c8599f5847f3997e62cb00fae5e 100644 (file)
@@ -308,7 +308,7 @@ static int detectGroup(int                     firstAtom,
     {
         AtomIndexExtremes extremes = vsiteConstructRange(lastAtom + 1, moltype);
         if (extremes.minAtom < firstAtom)
-        {
+        { // NOLINT bugprone-branch-clone
             /* Constructing atom precedes the group */
             return 0;
         }