aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorPascal Hogan-Lamarre <pascal.hogan@gmail.com>2020-07-09 14:38:19 +0200
committerPascal Hogan-Lamarre <pascal.hogan@gmail.com>2020-07-09 14:38:19 +0200
commitf1a24d0e4c32735fa016cbb262b61a1cce5960fc (patch)
tree7cd829866f2b88daa942816320cb7cd45a7ace54 /libcrystfel/src/index.h
parent1072337f17ccafb2efa73e174bb2b227fd4bace3 (diff)
unit cell vectors are correct, space group missing
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index 0c899199..bd5be68e 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -77,7 +77,7 @@ typedef enum {
INDEXING_FELIX = 4, /**< Invoke Felix program */
INDEXING_XDS = 5, /**< Invoke XDS program (NB not nXDS) */
INDEXING_SIMULATION = 6, /**< Dummy value for simulated data */
- INDEXING_DEBUG = 7, /**< Results injector for debugging */
+ INDEXING_FILE = 7, /**< Results injector for debugging */
INDEXING_ASDF = 8, /**< Use built-in ASDF algorithm */
INDEXING_TAKETWO = 9, /**< Use built-in TakeTwo algorithm */
INDEXING_XGANDALF = 10, /**< Use XGANDALF (via optional library) */
@@ -159,7 +159,8 @@ extern IndexingPrivate *setup_indexing(const char *methods, UnitCell *cell,
struct taketwo_options *ttopts,
struct xgandalf_options *xgandalf_opts,
struct pinkIndexer_options *pinkIndexer_opts,
- struct felix_options *felix_opts);
+ struct felix_options *felix_opts,
+ char *filename);
extern const IndexingMethod *indexing_methods(IndexingPrivate *p, int *n);