aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-06-27 15:14:50 +0200
committerThomas White <taw@physics.org>2017-06-27 15:14:50 +0200
commit8672f2857f18841576dc54b9a64e25837730cddd (patch)
treec8882ede8c1a9dfdfecce967bee86fb79e3f7476 /src/process_image.h
parent5bb6d2e69535498a2e4aaf41c51c7566cd15a170 (diff)
indexamajig: Add --no-non-hits-in-stream
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process_image.h b/src/process_image.h
index a668f1ba..ec51c188 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -87,6 +87,7 @@ struct index_args
int no_revalidate;
int stream_peaks;
int stream_refls;
+ int stream_nonhits;
IntegrationMethod int_meth;
IntDiag int_diag;
signed int int_diag_h;