From c5424abc8fccfa6b205db45f0ae2d64a362f01f5 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 28 May 2020 14:34:10 +0200 Subject: Convert stream to DataTemplate --- src/process_hkl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/process_hkl.c') diff --git a/src/process_hkl.c b/src/process_hkl.c index 5aadda47..ec980db1 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -429,8 +429,8 @@ static int merge_all(Stream *st, RefList *model, RefList *reference, image.det = NULL; /* Get data from next chunk */ - rval = read_chunk_2(st, &image, STREAM_READ_REFLECTIONS | - STREAM_READ_UNITCELL); + rval = read_chunk(st, &image, NULL, + STREAM_READ_REFLECTIONS | STREAM_READ_UNITCELL); if ( rval ) break; n_images++; -- cgit v1.2.3