aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorHelen Ginn <helen@strubi.ox.ac.uk>2018-04-22 01:08:59 +0100
committerThomas White <taw@physics.org>2018-05-02 09:46:13 +0200
commit596cd5f5199367e7634e0568abe9dede854fefb8 (patch)
tree2a89c3575e904d7910c86be2fa2b3ab2afc13419 /libcrystfel
parent8f14adf07254041401a81fbf50f5d3a2912704ab (diff)
Reset default reciprocal distance to 0.15*1e10 m-1
Diffstat (limited to 'libcrystfel')
-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 8303016e..add0b099 100644
--- a/libcrystfel/src/taketwo.c
+++ b/libcrystfel/src/taketwo.c
@@ -191,7 +191,7 @@ struct TakeTwoCell
/* Maximum distance between two rlp sizes to consider info for indexing */
-#define MAX_RECIP_DISTANCE (0.12*1e10)
+#define MAX_RECIP_DISTANCE (0.15*1e10)
/* Tolerance for two lengths in reciprocal space to be considered the same */
#define RECIP_TOLERANCE (0.0010*1e10)