readability-implicit-bool-conversion 1/2
[alexxy/gromacs.git] / src / gromacs / gmxana / nsfactor.cpp
index 92e216526ea61d87ce244c4b974eedfd00dfd3cf..cbcd25ab3bb729e1bbae7641c358d9201c7ec914 100644 (file)
@@ -68,7 +68,7 @@ void check_mcover(real mcover)
     {
         gmx_fatal(FARGS, "mcover should be -1 or (0,1]");
     }
-    else if ((mcover < 0)&(mcover != -1))
+    else if ((mcover < 0) && (mcover != -1))
     {
         gmx_fatal(FARGS, "mcover should be -1 or (0,1]");
     }