diff options
-rw-r--r-- | src/peaks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.c b/src/peaks.c index 2098f6ec..1d548aa0 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -33,7 +33,7 @@ /* Maximum number of peaks which may be predicted by find_projected_peaks() */ -#define MAX_CPEAKS (2048) +#define MAX_CPEAKS (8192) /* How close a peak must be to an indexed position to be considered "close" * for the purposes of double hit detection and sanity checking. */ |