aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index b846574d..d75f28ed 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -671,7 +671,7 @@ static int try_indexer(struct image *image, IndexingMethod indm,
if ( compare_cells(crystal_get_cell(cr),
crystal_get_cell(that_cr),
- 0.1, deg2rad(5.0), NULL) )
+ 0.1, deg2rad(0.5), NULL) )
{
crystal_set_user_flag(cr, 1);
}