diff options
author | Helen Ginn <ginn@rescomp1.(none)> | 2017-01-17 14:45:05 +0000 |
---|---|---|
committer | Helen Ginn <ginn@rescomp1.(none)> | 2017-01-17 14:45:05 +0000 |
commit | e43cd9c4dc57c5aedcebf02a6e78d961928951d9 (patch) | |
tree | 1436564f9c944ef14e7007f58b0532b27a60b916 /libcrystfel/src | |
parent | a1cbad95de010b8e75eda82dfd15c40170574e9c (diff) |
Fiddle with parameter - temporary
Diffstat (limited to 'libcrystfel/src')
-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) |