diff options
author | Helen Ginn <helen@strubi.ox.ac.uk> | 2018-04-22 00:38:58 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-05-02 09:46:13 +0200 |
commit | a6de5faaf3e049a375199a6d0b92baf6a923a972 (patch) | |
tree | 4afe3119ea05392b851b498da5ed762c72fe00b1 /libcrystfel | |
parent | b23b43b669a9a467bd5ed2f523dca943a75415e5 (diff) |
Change default distance to 0.12-something units for now
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 efb5417d..46033bf9 100644 --- a/libcrystfel/src/taketwo.c +++ b/libcrystfel/src/taketwo.c @@ -186,7 +186,7 @@ struct TakeTwoCell /* Maximum distance between two rlp sizes to consider info for indexing */ -#define MAX_RECIP_DISTANCE (0.15*1e10) +#define MAX_RECIP_DISTANCE (0.12*1e10) /* Tolerance for two lengths in reciprocal space to be considered the same */ #define RECIP_TOLERANCE (0.0010*1e10) |