diff options
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++; |