aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/mosflm.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2016-01-08 17:58:57 +0100
committerThomas White <taw@physics.org>2016-01-08 18:07:44 +0100
commit3df3322433fd3e4532d90ec2d1771a1be5babd4b (patch)
tree7e9553c375a40926ebb35b8203a23c9000e68c95 /libcrystfel/src/mosflm.c
parent4ede1c30e188a4734707561350b7c9f074063a92 (diff)
Make indexing "retry" and "multi" optional
Diffstat (limited to 'libcrystfel/src/mosflm.c')
-rw-r--r--libcrystfel/src/mosflm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c
index fe917d27..5b4b623f 100644
--- a/libcrystfel/src/mosflm.c
+++ b/libcrystfel/src/mosflm.c
@@ -871,7 +871,8 @@ IndexingPrivate *mosflm_prepare(IndexingMethod *indm, UnitCell *cell,
/* Flags that MOSFLM knows about */
*indm &= INDEXING_METHOD_MASK | INDEXING_CHECK_CELL_COMBINATIONS
| INDEXING_CHECK_CELL_AXES | INDEXING_CHECK_PEAKS
- | INDEXING_USE_LATTICE_TYPE| INDEXING_USE_CELL_PARAMETERS;
+ | INDEXING_USE_LATTICE_TYPE| INDEXING_USE_CELL_PARAMETERS
+ | INDEXING_RETRY | INDEXING_MULTI;
if ( (*indm & INDEXING_USE_LATTICE_TYPE)
&& !((*indm & INDEXING_CHECK_CELL_COMBINATIONS)