From 1bc44dd21dc49a3920431cfee4495a28a45df622 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 26 Nov 2013 05:14:57 -0800 Subject: Strip out the "prepare_filename" rubbish --- libcrystfel/src/reax.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcrystfel/src/reax.h') diff --git a/libcrystfel/src/reax.h b/libcrystfel/src/reax.h index 1c10a96a..4720709e 100644 --- a/libcrystfel/src/reax.h +++ b/libcrystfel/src/reax.h @@ -41,7 +41,7 @@ #ifdef HAVE_FFTW extern IndexingPrivate *reax_prepare(IndexingMethod *indm, UnitCell *cell, - const char *filename, struct detector *det, + struct detector *det, struct beam_params *beam, float *ltl); extern void reax_cleanup(IndexingPrivate *pp); @@ -51,7 +51,7 @@ extern int reax_index(IndexingPrivate *pp, struct image *image); #else /* HAVE_FFTW */ static IndexingPrivate *reax_prepare(IndexingMethod *indm, UnitCell *cell, - const char *filename, struct detector *det, + struct detector *det, struct beam_params *beam, float *ltl) { return NULL; -- cgit v1.2.3