aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-06-08 17:10:37 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commitdf4acdb43b3c713197f8d847587fa1e060692ba4 (patch)
tree51b50184c67f6f39a5618dbccffa9d3d6e347f9b /src/process_image.h
parent230113ea3ff6efb2a52b91138e6295801b62603a (diff)
Convert indexamajig to new Stream API
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/process_image.h b/src/process_image.h
index 354641c3..6e86f923 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -83,8 +83,7 @@ struct index_args
int integrate_saturated;
int use_saturated;
int no_revalidate;
- int stream_peaks;
- int stream_refls;
+ int stream_flags;
int stream_nonhits;
IntegrationMethod int_meth;
IntDiag int_diag;