diff options
author | Thomas White <taw@physics.org> | 2015-06-18 14:27:41 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-06-18 14:27:41 +0200 |
commit | 8b21e8706963a8f327759b24377e7dff2fff60db (patch) | |
tree | 397aefc7cb57005fc99d61da609834f331746265 /libcrystfel/src/index.h | |
parent | edf2ad46f4c0f403b90d3058018a295baa9d0753 (diff) | |
parent | 091e3378a95edab85a6c655629df4270fb041b04 (diff) |
Merge branch 'tolstikova/dirax'
Conflicts:
libcrystfel/src/index.h
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index dcb21858..ff1cd5df 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -41,6 +41,9 @@ #define INDEXING_DEFAULTS_DIRAX (INDEXING_DIRAX | INDEXING_CHECK_PEAKS \ | INDEXING_CHECK_CELL_COMBINATIONS) +#define INDEXING_DEFAULTS_ASDF (INDEXING_ASDF | INDEXING_CHECK_PEAKS \ + | INDEXING_CHECK_CELL_COMBINATIONS) + #define INDEXING_DEFAULTS_MOSFLM (INDEXING_MOSFLM | INDEXING_CHECK_PEAKS \ | INDEXING_CHECK_CELL_COMBINATIONS \ | INDEXING_USE_LATTICE_TYPE) @@ -97,6 +100,7 @@ typedef enum { INDEXING_XDS = 5, INDEXING_SIMULATION = 6, INDEXING_DEBUG = 7, + INDEXING_ASDF = 8, /* Bits at the top of the IndexingMethod are flags which modify the * behaviour of the indexer. */ |