changeset 8:30771a097f14

changed max line length from 5,000 to 50,000
author Richard Burhans <burhans@bx.psu.edu>
date Wed, 20 Jun 2012 14:02:30 -0400
parents e29f4d801bb0
children 22fe0154fa54
files genome_diversity/src/pop.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/genome_diversity/src/pop.c	Wed Apr 18 11:12:21 2012 -0400
+++ b/genome_diversity/src/pop.c	Wed Jun 20 14:02:30 2012 -0400
@@ -15,7 +15,7 @@
 #include "lib.h"
 
 // most characters allowed in a row of the table
-#define MOST 5000
+#define MOST 50000
 
 // column for the relevant individuals/groups
 int col[MOST];