readability-implicit-bool-conversion 1/2
[alexxy/gromacs.git] / src / gromacs / mdlib / ns.cpp
index fde2b423447f668b793d3850f3770f610b2857bb..fc6b1d29483078146ad42efe30af37d8901897a9 100644 (file)
@@ -1844,7 +1844,7 @@ static int nsgrid_core(const t_commrec *cr,
             /* Skip this charge group if it is not a QM atom while making a
              * QM/MM neighbourlist
              */
-            if (md->bQM[i0] == FALSE)
+            if (!md->bQM[i0])
             {
                 continue; /* MM particle, go to next particle */
             }