diff options
Diffstat (limited to 'libcrystfel/src/dirax.c')
-rw-r--r-- | libcrystfel/src/dirax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/dirax.c b/libcrystfel/src/dirax.c index 55e65fd1..ac12b57d 100644 --- a/libcrystfel/src/dirax.c +++ b/libcrystfel/src/dirax.c @@ -629,7 +629,7 @@ int run_dirax(struct image *image, IndexingPrivate *ipriv) IndexingPrivate *dirax_prepare(IndexingMethod *indm, UnitCell *cell, - const char *filename, struct detector *det, + struct detector *det, struct beam_params *beam, float *ltl) { struct dirax_private *dp; |