From a6de5faaf3e049a375199a6d0b92baf6a923a972 Mon Sep 17 00:00:00 2001 From: Helen Ginn Date: Sun, 22 Apr 2018 00:38:58 +0100 Subject: Change default distance to 0.12-something units for now --- libcrystfel/src/taketwo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/taketwo.c') diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index efb5417d..46033bf9 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -186,7 +186,7 @@ struct TakeTwoCell /* Maximum distance between two rlp sizes to consider info for indexing */ -#define MAX_RECIP_DISTANCE (0.15*1e10) +#define MAX_RECIP_DISTANCE (0.12*1e10) /* Tolerance for two lengths in reciprocal space to be considered the same */ #define RECIP_TOLERANCE (0.0010*1e10) -- cgit v1.2.3