From 0ba6ac905f656be5fbdda0f681e618789c1e3a27 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 22 Sep 2017 16:30:23 +0200 Subject: Don't send detector and tolerance to indexing methods The detector isn't used for anything, and the tolerance is none of their business. --- libcrystfel/src/felix.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcrystfel/src/felix.c') diff --git a/libcrystfel/src/felix.c b/libcrystfel/src/felix.c index 4c12778b..973b0513 100644 --- a/libcrystfel/src/felix.c +++ b/libcrystfel/src/felix.c @@ -649,8 +649,7 @@ static void parse_options(const char *options, struct felix_private *gp) free(option); } -void *felix_prepare(IndexingMethod *indm, UnitCell *cell, - struct detector *det, float *ltl, const char *options) +void *felix_prepare(IndexingMethod *indm, UnitCell *cell, const char *options) { struct felix_private *gp; -- cgit v1.2.3