diff options
author | Thomas White <taw@physics.org> | 2013-11-26 05:14:57 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-05-08 17:52:02 +0200 |
commit | 1bc44dd21dc49a3920431cfee4495a28a45df622 (patch) | |
tree | 951831597e5a1503f4e83eaf4a363bac41528056 /libcrystfel/src/dirax.h | |
parent | 2400441598cd7876949f6b1ed52c14b6e469368c (diff) |
Strip out the "prepare_filename" rubbish
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); |