From a80c4c5d0fbc26062084dde2c380ae5370dcd600 Mon Sep 17 00:00:00 2001 From: Alexandra Tolstikova Date: Wed, 11 Feb 2015 11:52:53 +0100 Subject: 'asdf' indexing method added --- libcrystfel/src/index.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libcrystfel/src/index.h') diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index 0e105aeb..709b7507 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) @@ -95,6 +98,7 @@ typedef enum { INDEXING_GRAINSPOTTER = 4, INDEXING_XDS = 5, INDEXING_SIMULATION = 6, + INDEXING_ASDF = 7, /* Bits at the top of the IndexingMethod are flags which modify the * behaviour of the indexer. */ -- cgit v1.2.3