diff options
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 fe5dcbea..4d6ab322 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -34,7 +34,7 @@ #define MAX_HITS (1024) /* How close a peak must be to an indexed position to be considered "close" - * for the purposes of double hit detection etc. */ + * for the purposes of double hit detection and sanity checking. */ #define PEAK_CLOSE (30.0) /* How close a peak must be to an indexed position to be considered "close" |