aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r--libcrystfel/src/index.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index 0c899199..3331a4ef 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -144,17 +144,17 @@ extern char *indexer_str(IndexingMethod indm);
extern IndexingMethod get_indm_from_string(const char *method);
extern IndexingMethod get_indm_from_string_2(const char *method, int *err);
-#include "detector.h"
#include "cell.h"
#include "image.h"
#include "taketwo.h"
#include "xgandalf.h"
#include "pinkindexer.h"
#include "felix.h"
+#include "datatemplate.h"
extern IndexingPrivate *setup_indexing(const char *methods, UnitCell *cell,
- struct detector *det,
- struct beam_params *beam, float *ltl,
+ const DataTemplate *dtempl,
+ float *ltl,
IndexingFlags flags,
struct taketwo_options *ttopts,
struct xgandalf_options *xgandalf_opts,