aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/felix.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-09-22 16:30:23 +0200
committerThomas White <taw@physics.org>2017-09-22 16:31:21 +0200
commit0ba6ac905f656be5fbdda0f681e618789c1e3a27 (patch)
treea4d13a49df7c2b2f39d80d290bb909eb2405da48 /libcrystfel/src/felix.c
parent7620fbe1a63a6ebb88cb573559dfddcdc4708750 (diff)
Don't send detector and tolerance to indexing methods
The detector isn't used for anything, and the tolerance is none of their business.
Diffstat (limited to 'libcrystfel/src/felix.c')
-rw-r--r--libcrystfel/src/felix.c3
1 files changed, 1 insertions, 2 deletions
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;