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/calibrate_detector.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/calibrate_detector.c') diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c index 9aeae803..417ee36e 100644 --- a/src/calibrate_detector.c +++ b/src/calibrate_detector.c @@ -168,7 +168,6 @@ static void add_image(void *args, int cookie) image.flags = NULL; image.indexed_cell = NULL; image.filename = pargs->filename; - image.reflections = NULL; image.det = NULL; STATUS("%3i: Processing '%s'\n", cookie, pargs->filename); -- cgit v1.2.3