From eac1c202fd024d740fd8719e1fd5b99815dc036c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 20 Oct 2016 13:19:10 +0200 Subject: Set tolerance --- libcrystfel/src/taketwo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c index f48b5ddc..bc41994d 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -74,7 +74,7 @@ struct taketwo_private #define MAX_RECIP_DISTANCE (0.15*1e10) /* Tolerance for two lengths in reciprocal space to be considered the same */ -#define RECIP_TOLERANCE (0.001*1e10) +#define RECIP_TOLERANCE (0.0002*1e10) /* Threshold for network members to consider a potential solution */ #define NETWORK_MEMBER_THRESHOLD (20) -- cgit v1.2.3