aboutsummaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-02-04 15:26:48 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:13 +0100
commit155ca0064e5605a345d141202d6cbf7dce9a220b (patch)
tree62544ea055ea0ca67d9c55f5fd6cc166b386fcab /src/index.h
parent59ae49baa64e841aaf3a5030b92fb3bce7d984e5 (diff)
indexamajig: Allow the user to switch off the sanity check if they want
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h
index b58c9b53..8f3e0ab7 100644
--- a/src/index.h
+++ b/src/index.h
@@ -51,7 +51,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);
+ IndexingPrivate **priv, int config_insane);
extern void cleanup_indexing(IndexingPrivate **priv);