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/dirax.c | |
parent | c9c756db807f3ea22dcf2d01401a4ce69f73f4df (diff) |
indexamajig: Restore --no-refine
Adds yet another indexing option...
Diffstat (limited to 'libcrystfel/src/dirax.c')
-rw-r--r-- | libcrystfel/src/dirax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/dirax.c b/libcrystfel/src/dirax.c index 014a4790..79b6d1ac 100644 --- a/libcrystfel/src/dirax.c +++ b/libcrystfel/src/dirax.c @@ -655,7 +655,7 @@ IndexingPrivate *dirax_prepare(IndexingMethod *indm, UnitCell *cell, /* Flags that DirAx knows about */ *indm &= INDEXING_METHOD_MASK | INDEXING_CHECK_CELL_COMBINATIONS | INDEXING_CHECK_CELL_AXES | INDEXING_CHECK_PEAKS - | INDEXING_RETRY | INDEXING_MULTI; + | INDEXING_CONTROL_FLAGS; dp = malloc(sizeof(struct dirax_private)); if ( dp == NULL ) return NULL; |