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/mosflm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcrystfel/src/mosflm.h') diff --git a/libcrystfel/src/mosflm.h b/libcrystfel/src/mosflm.h index 39ec5390..cd7804a8 100644 --- a/libcrystfel/src/mosflm.h +++ b/libcrystfel/src/mosflm.h @@ -43,8 +43,7 @@ extern "C" { extern int run_mosflm(struct image *image, void *ipriv); -extern void *mosflm_prepare(IndexingMethod *indm, UnitCell *cell, - struct detector *det, float *ltl); +extern void *mosflm_prepare(IndexingMethod *indm, UnitCell *cell); extern void mosflm_cleanup(void *pp); -- cgit v1.2.3