diff options
author | Thomas White <taw@physics.org> | 2011-07-28 16:49:59 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:35 +0100 |
commit | 90b6f53e9cdc77cfc7d5de2cd3990678e4cf0df5 (patch) | |
tree | 82fa5466e74d95c08358db3591721a4a1bfeb49c /src/index.h | |
parent | ae14f700da6b8a2f2aabcd6a9354e30911474843 (diff) |
Initial ReAx work
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/index.h b/src/index.h index 03e246f4..9d4b69bd 100644 --- a/src/index.h +++ b/src/index.h @@ -28,6 +28,7 @@ typedef enum { INDEXING_NONE, INDEXING_DIRAX, INDEXING_MOSFLM, + INDEXING_REAX, } IndexingMethod; @@ -42,6 +43,8 @@ enum { typedef struct _indexingprivate IndexingPrivate; +extern IndexingPrivate *indexing_private(IndexingMethod indm); + extern IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell, const char *filename, struct detector *det, |