aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2016-10-20 13:19:10 +0200
committerThomas White <taw@physics.org>2016-10-20 13:19:10 +0200
commiteac1c202fd024d740fd8719e1fd5b99815dc036c (patch)
tree71abd5a69df8f34898c6b7c6cc02401151d0fb68
parent5ef6db38f8678aebe019329f731f87072a6ca141 (diff)
Set tolerance
-rw-r--r--libcrystfel/src/taketwo.c2
1 files changed, 1 insertions, 1 deletions
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)