aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-11-22 21:46:05 -0800
committerThomas White <taw@physics.org>2013-11-23 02:52:52 -0800
commit130b1bd699079e6418f6f8d44fca191cfd102f70 (patch)
tree0ea36c62c1e4f0f43c14779a20cac708d68099db /src/process_image.h
parentd1348f0f31f57bcf35d096f32a7d8325fe43195f (diff)
indexamajig: Add --int-diag
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h
index b9339cd1..90113ff9 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -73,6 +73,10 @@ struct index_args
int stream_peaks;
int stream_refls;
IntegrationMethod int_meth;
+ IntDiag int_diag;
+ signed int int_diag_h;
+ signed int int_diag_k;
+ signed int int_diag_l;
};