diff options
author | Thomas White <taw@physics.org> | 2017-06-27 15:14:50 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-06-27 15:14:50 +0200 |
commit | 8672f2857f18841576dc54b9a64e25837730cddd (patch) | |
tree | c8882ede8c1a9dfdfecce967bee86fb79e3f7476 /src/process_image.h | |
parent | 5bb6d2e69535498a2e4aaf41c51c7566cd15a170 (diff) |
indexamajig: Add --no-non-hits-in-stream
Diffstat (limited to 'src/process_image.h')
-rw-r--r-- | src/process_image.h | 1 |
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; |