diff options
author | Thomas White <taw@physics.org> | 2013-02-18 15:23:05 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-18 15:23:05 +0100 |
commit | 277197d8f482229e29b05db1fa4adc866c72e1ee (patch) | |
tree | 0506cc3dd378500d9429f51ae11be35cb37fa52b /libcrystfel/src/index.h | |
parent | 31ec28ea0258bbb2272afa4346b55b183a43410c (diff) |
Update XDS for new indexing subsystem
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index d550468b..94b0d457 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -58,6 +58,9 @@ | INDEXING_USE_LATTICE_TYPE \ | INDEXING_CHECK_PEAKS) +#define INDEXING_DEFAULTS_XDS (INDEXING_XDS | INDEXING_USE_LATTICE_TYPE \ + | INDEXING_CHECK_PEAKS) + /** * IndexingMethod: * @INDEXING_NONE: No indexing to be performed |