diff options
author | Thomas White <taw@physics.org> | 2017-09-22 16:30:23 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-09-22 16:31:21 +0200 |
commit | 0ba6ac905f656be5fbdda0f681e618789c1e3a27 (patch) | |
tree | a4d13a49df7c2b2f39d80d290bb909eb2405da48 /libcrystfel/src/mosflm.h | |
parent | 7620fbe1a63a6ebb88cb573559dfddcdc4708750 (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/mosflm.h')
-rw-r--r-- | libcrystfel/src/mosflm.h | 3 |
1 files changed, 1 insertions, 2 deletions
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); |