diff options
author | Thomas White <taw@physics.org> | 2013-02-09 10:18:48 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-09 11:31:26 -0800 |
commit | 8907b7cb333a893720cac1def3d86dbe26600fa8 (patch) | |
tree | 50329c42ab96d3b91a1661ad4b62549d06708ab0 /libcrystfel/src/index.h | |
parent | afafa4ca344de75f27771d8191e79c6280b68694 (diff) |
Clarify lattice type information
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index 093e4ad6..a54691b4 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -66,6 +66,7 @@ typedef enum { INDEXING_CHECK_CELL_COMBINATIONS = 256, INDEXING_CHECK_CELL_AXES = 512, INDEXING_CHECK_PEAKS = 1024, + INDEXING_USE_LATTICE_TYPE = 2048, } IndexingMethod; |