diff options
author | Thomas White <taw@physics.org> | 2013-09-13 14:04:40 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-09-13 14:04:40 +0200 |
commit | 5231a0f07fd5f72b88e2d9feb774de747f04536b (patch) | |
tree | 6232d4245acdcd589a83ca278b21c78f8d37f098 /libcrystfel/src/index.h | |
parent | 73f6c63d1f14f2652bd50bf8a1e2dd5debbaaf3f (diff) |
Add INDEXING_SIMULATION for streams made by partial_sim
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index 31ee4339..8961c8aa 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -88,7 +88,8 @@ typedef enum { INDEXING_MOSFLM = 2, INDEXING_REAX = 3, INDEXING_GRAINSPOTTER = 4, - INDEXING_XDS = 5, + INDEXING_XDS = 5, + INDEXING_SIMULATION = 6, /* Bits at the top of the IndexingMethod are flags which modify the * behaviour of the indexer. */ |