aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-03-12 11:24:25 +0100
committerThomas White <taw@physics.org>2021-03-12 11:24:25 +0100
commit52290007860c1fa0908e57f5cb84426f978e5398 (patch)
treec9245ba561924f04810979647beeb9f70eda4d23 /libcrystfel/src/index.h
parente21cc1f84a8cb2b0627e99383c882e59efda4920 (diff)
parent7eba31cb084460c3e993818a60a0e6bcca592a55 (diff)
Merge branch 'pascal/electrons'
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 60e61630..92406604 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -73,7 +73,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) */
@@ -172,7 +172,8 @@ extern IndexingPrivate *setup_indexing(const char *methods,
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);