diff options
author | Thomas White <taw@physics.org> | 2016-10-20 13:19:10 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2016-10-20 13:19:10 +0200 |
commit | eac1c202fd024d740fd8719e1fd5b99815dc036c (patch) | |
tree | 71abd5a69df8f34898c6b7c6cc02401151d0fb68 /libcrystfel | |
parent | 5ef6db38f8678aebe019329f731f87072a6ca141 (diff) |
Set tolerance
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/taketwo.c | 2 |
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) |