diff options
author | Lorenzo Galli <gallil@cfelsgi.desy.de> | 2012-02-20 14:57:02 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:45 +0100 |
commit | f017522931d7704dde09416473dfcfa5de629f4d (patch) | |
tree | 0e8ad4f6cf5e63086dcec41b4ed252d90b6d03c2 /libcrystfel/src/index.h | |
parent | 30b0fffa60b00b48fc42bc75a9f8dcce8db7a4fc (diff) |
Added "--tolerance" option in indexamajig
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 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); |