clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_trjconv.cpp
index f2e2125e5949d65975f6ded83741a2c135c5cbd7..55771c8e17bccb0378c6208a2d69dbaaeedff215 100644 (file)
@@ -1054,7 +1054,8 @@ int gmx_trjconv(int argc, char *argv[])
             /* Check for number of files disabled, as FOPEN_MAX is not the correct
              * number to check for. In my linux box it is only 16.
              */
-            if (/* DISABLES CODE */ (0) && (clust->clust->nr > FOPEN_MAX-4))
+            if (/* DISABLES CODE */ (false))
+            //if (clust->clust->nr > FOPEN_MAX-4)
             {
                 gmx_fatal(FARGS, "Can not open enough (%d) files to write all the"
                           " trajectories.\ntry splitting the index file in %d parts.\n"