diff options
author | Thomas White <taw@physics.org> | 2010-12-03 17:05:37 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:07 +0100 |
commit | 38f4ee0f9b07cf53954d7f5d3061c0ab9ef3444c (patch) | |
tree | fb2bc03879a18c2bec895ce097a8fa5dc09339f0 /src/peaks.c | |
parent | 9aafea1bdb0255ad7d2491d96174ac3407a6ca69 (diff) |
Increase MAX_CPEAKS
Diffstat (limited to 'src/peaks.c')
-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. */ |