From 38073031bfad2da698cfc85790adc0c8277c9837 Mon Sep 17 00:00:00 2001 From: Valerio Mariani Date: Fri, 25 Jul 2014 11:00:50 +0200 Subject: More bugfixes for multi-event mode --- src/process_hkl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/process_hkl.c b/src/process_hkl.c index 2497215a..cd8640a9 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -337,7 +337,8 @@ static int merge_all(Stream *st, RefList *model, RefList *reference, image.det = NULL; /* Get data from next chunk */ - rval = read_chunk(st, &image); + rval = read_chunk_2(st, &image, STREAM_READ_REFLECTIONS | + STREAM_READ_UNITCELL); if ( rval ) break; n_images++; -- cgit v1.2.3