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 6be8451a..1ac2f456 100644 --- a/libcrystfel/src/dirax.h +++ b/libcrystfel/src/dirax.h @@ -38,8 +38,7 @@ extern int run_dirax(struct image *image, IndexingPrivate *ipriv); extern IndexingPrivate *dirax_prepare(IndexingMethod *indm, - UnitCell *cell, const char *filename, - struct detector *det, + UnitCell *cell, struct detector *det, struct beam_params *beam, float *ltl); extern void dirax_cleanup(IndexingPrivate *pp); |