diff options
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index a47ee9a0..3c91486b 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -54,6 +54,10 @@ #define INDEXING_DEFAULTS_REAX (INDEXING_REAX | INDEXING_USE_LATTICE_TYPE \ | INDEXING_CHECK_PEAKS) +#define INDEXING_DEFAULTS_GRAINSPOTTER (INDEXING_GRAINSPOTTER \ + | INDEXING_USE_LATTICE_TYPE \ + | INDEXING_CHECK_PEAKS) + /** * IndexingMethod: * @INDEXING_NONE: No indexing to be performed @@ -75,7 +79,7 @@ typedef enum { INDEXING_GRAINSPOTTER = 4, /* Bits at the top of the IndexingMethod are flags which modify the - * behaviour of the indexer, at the moment just by adding checks. */ + * behaviour of the indexer. */ INDEXING_CHECK_CELL_COMBINATIONS = 256, INDEXING_CHECK_CELL_AXES = 512, INDEXING_CHECK_PEAKS = 1024, |