aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-06-08 14:15:54 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commitdff86d3c650e0b117a10be9d2c2c6f788b97629e (patch)
tree526b926afa69e65f381797ecdc878c765c5206de /src/process_hkl.c
parente0d5963e9da96789599f344a5b16fa484ff3c3ec (diff)
Remove references to old headers
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index ec980db1..4e1b71cf 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -426,8 +426,6 @@ static int merge_all(Stream *st, RefList *model, RefList *reference,
struct image image;
int i;
- image.det = NULL;
-
/* Get data from next chunk */
rval = read_chunk(st, &image, NULL,
STREAM_READ_REFLECTIONS | STREAM_READ_UNITCELL);