diff options
author | Thomas White <taw@physics.org> | 2013-02-05 16:21:40 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-05 16:21:40 +0100 |
commit | 2ce85a95d86e350b785d206405e97d7317672188 (patch) | |
tree | 5cecce161733acf1a276e5a0b55e5c22f5ffb20d /libcrystfel/src/index.h | |
parent | 29cca07716b48f9e433087f5dbb202165b1897e1 (diff) |
Indexing pipeline - "done"!
Diffstat (limited to 'libcrystfel/src/index.h')
-rw-r--r-- | libcrystfel/src/index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index e0dcb8e0..093e4ad6 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -82,7 +82,7 @@ typedef enum { **/ typedef void *IndexingPrivate; -extern IndexingMethod *build_indexer_list(const char *str, int *need_cell); +extern IndexingMethod *build_indexer_list(const char *str); extern IndexingPrivate **prepare_indexing(IndexingMethod *indm, UnitCell *cell, const char *filename, |