diff options
Diffstat (limited to 'libcrystfel/src/asdf.h')
-rw-r--r-- | libcrystfel/src/asdf.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libcrystfel/src/asdf.h b/libcrystfel/src/asdf.h index f130d63d..7f110960 100644 --- a/libcrystfel/src/asdf.h +++ b/libcrystfel/src/asdf.h @@ -45,9 +45,7 @@ extern "C" { extern int run_asdf(struct image *image, void *ipriv); -extern void *asdf_prepare(IndexingMethod *indm, - UnitCell *cell, struct detector *det, - float *ltl); +extern void *asdf_prepare(IndexingMethod *indm, UnitCell *cell); extern void asdf_cleanup(void *pp); @@ -60,9 +58,7 @@ int run_asdf(struct image *image, void *ipriv) } -void *asdf_prepare(IndexingMethod *indm, - UnitCell *cell, struct detector *det, - float *ltl) +void *asdf_prepare(IndexingMethod *indm, UnitCell *cell) { ERROR("This copy of CrystFEL was compiled without FFTW support.\n"); ERROR("To use asdf indexing, recompile with FFTW.\n"); |