aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-04-26 13:58:38 +0200
committerThomas White <taw@physics.org>2012-04-26 13:58:38 +0200
commitd7ff5c5ab2ffdaa2808d5e336603804450ca15b0 (patch)
treeac675bb21f8d24da55cdcc11fa418d7a9e355c9b /libcrystfel
parenta134eaaba8db820739ff4ce4f9a7044ca3422d27 (diff)
Remove PEAK_CLOSE (not used for anything)
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/peaks.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcrystfel/src/peaks.c b/libcrystfel/src/peaks.c
index 2ab45e53..88477190 100644
--- a/libcrystfel/src/peaks.c
+++ b/libcrystfel/src/peaks.c
@@ -53,10 +53,6 @@
/* How close a peak must be to an indexed position to be considered "close"
- * 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"
* for the purposes of integration. */
#define PEAK_REALLY_CLOSE (10.0)