aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/reax.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/reax.h')
-rw-r--r--libcrystfel/src/reax.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/libcrystfel/src/reax.h b/libcrystfel/src/reax.h
index af383e29..657a2cdf 100644
--- a/libcrystfel/src/reax.h
+++ b/libcrystfel/src/reax.h
@@ -33,15 +33,16 @@
#include <config.h>
#endif
+#include "index.h"
#include "cell.h"
#include "beam-parameters.h"
#include "detector.h"
#ifdef HAVE_FFTW
-extern IndexingPrivate *reax_prepare(UnitCell *cell, const char *filename,
- struct detector *det,
- struct beam_params *beam);
+extern IndexingPrivate *reax_prepare(IndexingMethod *indm, UnitCell *cell,
+ const char *filename, struct detector *det,
+ struct beam_params *beam, float *ltl);
extern void reax_cleanup(IndexingPrivate *pp);
@@ -49,9 +50,9 @@ extern int reax_index(struct image *image, IndexingPrivate *p);
#else /* HAVE_FFTW */
-static IndexingPrivate *reax_prepare(UnitCell *cell, const char *filename,
- struct detector *det,
- struct beam_params *beam)
+static IndexingPrivate *reax_prepare(IndexingMethod *indm, UnitCell *cell,
+ const char *filename, struct detector *det,
+ struct beam_params *beam, float *ltl)
{
return NULL;
}