diff options
author | Thomas White <taw@physics.org> | 2016-01-30 20:22:56 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2016-01-30 20:22:56 +0100 |
commit | 4b2cc069a16bf564404d9f1020733dd2ec0b2275 (patch) | |
tree | 825b3b5031264f2ca54ccfd4cd7fb640952b52d3 /libcrystfel/src/felix.c | |
parent | c9c756db807f3ea22dcf2d01401a4ce69f73f4df (diff) |
indexamajig: Restore --no-refine
Adds yet another indexing option...
Diffstat (limited to 'libcrystfel/src/felix.c')
-rw-r--r-- | libcrystfel/src/felix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/felix.c b/libcrystfel/src/felix.c index 18f60345..8a978957 100644 --- a/libcrystfel/src/felix.c +++ b/libcrystfel/src/felix.c @@ -679,7 +679,7 @@ IndexingPrivate *felix_prepare(IndexingMethod *indm, UnitCell *cell, /* Flags that Felix knows about */ *indm &= INDEXING_METHOD_MASK | INDEXING_CHECK_PEAKS | INDEXING_USE_LATTICE_TYPE | INDEXING_USE_CELL_PARAMETERS - | INDEXING_RETRY | INDEXING_MULTI; + | INDEXING_CONTROL_FLAGS; gp->cell = cell; gp->indm = *indm; |