diff options
author | Valerio Mariani <valerio.mariani@desy.de> | 2014-07-25 11:00:50 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-09-05 18:12:38 +0200 |
commit | 38073031bfad2da698cfc85790adc0c8277c9837 (patch) | |
tree | a1041fdb310742bf3b90d9d7025f8cdfcf61e91d /src/process_hkl.c | |
parent | 792ced4946f4de585a6b2b12d850b42a3a049874 (diff) |
More bugfixes for multi-event mode
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r-- | src/process_hkl.c | 3 |
1 files changed, 2 insertions, 1 deletions
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++; |