From f017522931d7704dde09416473dfcfa5de629f4d Mon Sep 17 00:00:00 2001 From: Lorenzo Galli Date: Mon, 20 Feb 2012 14:57:02 +0100 Subject: Added "--tolerance" option in indexamajig --- libcrystfel/src/index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/index.h') diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h index 9d4b69bd..1457e93f 100644 --- a/libcrystfel/src/index.h +++ b/libcrystfel/src/index.h @@ -54,7 +54,7 @@ extern void map_all_peaks(struct image *image); extern void index_pattern(struct image *image, UnitCell *cell, IndexingMethod *indm, int cellr, int verbose, - IndexingPrivate **priv, int config_insane); + IndexingPrivate **priv, int config_insane, float *ltl); extern void cleanup_indexing(IndexingPrivate **priv); -- cgit v1.2.3