aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-10-21 18:11:15 -0700
committerThomas White <taw@physics.org>2012-10-21 21:28:24 -0700
commit6fecf05e83c13901e86fb84456536d9062a0fc4e (patch)
treeb9b1a34f39c030ae6c05230a6d1365194a49d9be /src/im-sandbox.c
parent897f86654afe36f57b7000a25c4489e1e534eede (diff)
indexamajig: Record number of saturated reflections in stream
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 21b091a5..c313bda9 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -186,6 +186,7 @@ static void process_image(const struct index_args *iargs,
image.det = copy_geom(iargs->det);
image.copyme = iargs->copyme;
image.reflections = NULL;
+ image.n_saturated = 0;
image.id = cookie;
image.filename = pargs->filename;
image.beam = beam;