Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_make_ndx.c
index 3e48c99a264628710de5ffb8ea09286ef045fbaa..7bdccbefff8c4cf25f7fbfa4eecc912779abbf97 100644 (file)
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
 
-#define MAXNAMES 30
-#define NAME_LEN 30
+/* It's not nice to have size limits, but we should not spend more time
+ * on this ancient tool, but instead use the new selection library.
+ */
+#define MAXNAMES 1024
+#define NAME_LEN 1024
 
 gmx_bool bCase = FALSE;