From e132f0a215392b13bf289cad55f2fece6e193625 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 4 Feb 2013 17:42:40 +0100 Subject: Indexing stuff --- libcrystfel/src/index.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libcrystfel/src/index.h') diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index d5b01b43..e0dcb8e0 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -87,15 +87,11 @@ extern IndexingMethod *build_indexer_list(const char *str, int *need_cell); extern IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell, const char *filename, struct detector *det, - double nominal_photon_energy, - float *ltl); + struct beam_params *beam, float *ltl); extern void index_pattern(struct image *image, IndexingMethod *indms, IndexingPrivate **iprivs); -extern void cleanup_indexing(IndexingPrivate **priv); - -/* For indexing methods to call */ -extern IndexingPrivate *indexing_private(IndexingMethod indm); +extern void cleanup_indexing(IndexingMethod *indms, IndexingPrivate **privs); #endif /* INDEX_H */ -- cgit v1.2.3