diff options
-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 4ee67767..a1b7f8c7 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -80,7 +80,7 @@ int global_nrlps; #define RECIP_TOLERANCE (0.00015*1e10) /* Threshold for network members to consider a potential solution */ -#define NETWORK_MEMBER_THRESHOLD (25) +#define NETWORK_MEMBER_THRESHOLD (11) /* Maximum network members (obviously a solution so should stop) */ #define MAX_NETWORK_MEMBERS (500) |