From 1d8f71504ece9da2164d680d52823a865b60faab Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 19 Aug 2020 12:30:10 +0200 Subject: Remove STREAM_UNITCELL and STREAM_CRYSTALS These flags weren't orthogonal at all, which was turning some routines into spaghetti-code. It's still possible to avoid read/write of peak lists, reflection data or image data. But that's it. --- src/process_hkl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/process_hkl.c') 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++; -- cgit v1.2.3