From 6fecf05e83c13901e86fb84456536d9062a0fc4e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 21 Oct 2012 18:11:15 -0700 Subject: indexamajig: Record number of saturated reflections in stream --- src/im-sandbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3