Skip to content

Commit 03e523b

Browse files
committed
Update to 5 loci to allow tests to pass
1 parent ca2953e commit 03e523b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emhaplofreq/emhaplofreq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ MODIFICATIONS. */
3636
#define LINE_LEN 132 /* RS changed from 120 to 132=6*2*(10+1) */
3737
#define MAX_ROWS 10000 /* increased from 1023 */
3838
#define MAX_ALLELES 200 /* increased from 80 for a large dataset */
39-
#define MAX_LOCI 4
39+
#define MAX_LOCI 5
4040
#define MAX_COLS MAX_LOCI * 2
4141
/* max genotypes: 2^max_loci*max_rows */
4242
#define MAX_GENOS 300000 /* RS changed from 64*MAX_ROWS and then 20000 */

0 commit comments

Comments
 (0)