diff options
Diffstat (limited to 'libcrystfel/src/dirax.h')
-rw-r--r-- | libcrystfel/src/dirax.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/dirax.h b/libcrystfel/src/dirax.h index 96ba6dbc..db03abf8 100644 --- a/libcrystfel/src/dirax.h +++ b/libcrystfel/src/dirax.h @@ -41,8 +41,7 @@ extern "C" { extern int run_dirax(struct image *image, void *ipriv); -extern void *dirax_prepare(IndexingMethod *indm, - UnitCell *cell, struct detector *det, float *ltl); +extern void *dirax_prepare(IndexingMethod *indm, UnitCell *cell); extern void dirax_cleanup(void *pp); |