From aab9901f18326214746402650179a13f22770118 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 11 Feb 2011 12:37:03 -0800 Subject: Make find_projected_peaks() behave like find_intersections() Also make sure output_intensities() deals only with integration --- src/cubeit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cubeit.c') diff --git a/src/cubeit.c b/src/cubeit.c index 30deb724..d5a0a539 100644 --- a/src/cubeit.c +++ b/src/cubeit.c @@ -218,7 +218,6 @@ static void sum_image(void *pg, int cookie) image.flags = NULL; image.indexed_cell = NULL; image.filename = apargs->filename; - image.reflections = NULL; image.det = pargs->det; STATUS("Processing '%s'\n", apargs->filename); -- cgit v1.2.3