aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-08-05 14:06:13 +0200
committerThomas White <taw@physics.org>2019-08-16 10:26:59 +0200
commitb4e52c888c13287eeca1a6b4222e9f3038db8b51 (patch)
tree478209c620c08becfc0f00a863e0039158cfed74 /src/process_image.h
parent14b58086754586c4cf431ee0b54cb4adc7cc4cfd (diff)
indexamajig: Accept six values for unit cell tolerance
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_image.h b/src/process_image.h
index 8d6682a6..f8b0f4b1 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -74,7 +74,7 @@ struct index_args
struct detector *det;
IndexingPrivate *ipriv;
int peaks; /* Peak detection method */
- float tols[4];
+ float tols[6];
struct beam_params *beam;
char *hdf5_peak_path;
int half_pixel_shift;