From d7ff5c5ab2ffdaa2808d5e336603804450ca15b0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 26 Apr 2012 13:58:38 +0200 Subject: Remove PEAK_CLOSE (not used for anything) --- libcrystfel/src/peaks.c | 4 ---- 1 file changed, 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 @@ -52,10 +52,6 @@ #include "beam-parameters.h" -/* 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) -- cgit v1.2.3