aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index 812903a2..440ad3ee 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -432,8 +432,7 @@ static int merge_all(Stream *st,
/* Get data from next chunk */
image = stream_read_chunk(st,
- STREAM_REFLECTIONS
- | STREAM_UNITCELL);
+ STREAM_REFLECTIONS);
if ( image == NULL ) break;
n_images++;