From: Heng Li Date: Tue, 12 May 2009 13:20:00 +0000 (+0000) Subject: change a parameter. It does nothing X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=42c0abe60c03be85634a84459bdf9fe0b45da977;p=samtools.git change a parameter. It does nothing --- diff --git a/bam_rmdupse.c b/bam_rmdupse.c index ed0ef47..272fa99 100644 --- a/bam_rmdupse.c +++ b/bam_rmdupse.c @@ -9,8 +9,7 @@ typedef struct { KHASH_MAP_INIT_INT(32, listelem_t) -//#define BLOCK_SIZE 65536 -#define BLOCK_SIZE 100 +#define BLOCK_SIZE 65536 typedef struct { bam1_t *b;