diff options
author | Thomas White <taw@physics.org> | 2010-05-26 18:59:48 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-05-26 18:59:48 +0200 |
commit | e7e15110bd07b1f3da1367862d4a57d37139638f (patch) | |
tree | 86f2759bfe06792ac5662cbb648d1daf81d62a00 /src | |
parent | 2e1c4372747b29cfb2449742da60b5103f38f0b2 (diff) |
Update comment
Diffstat (limited to 'src')
-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" |