diff options
author | Thomas White <taw@physics.org> | 2013-01-08 17:22:02 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-01-08 17:22:02 +0100 |
commit | efb829adf0c494a3ed632cef472ac1e8e5267765 (patch) | |
tree | aa2bb32f5b11642667658cf926f5fbbf743b552b /libcrystfel/src/index.h | |
parent | 10a8969c10ac739aa2aa3de826f6bf2aa9940262 (diff) |
Skeleton indexing method for GrainSpotter
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 4a724645..2df7a311 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -56,6 +56,7 @@ typedef enum { INDEXING_NONE, INDEXING_DIRAX, INDEXING_MOSFLM, + INDEXING_GRAINSPOTTER, INDEXING_REAX, } IndexingMethod; |