aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 8061b1ae..2c1af284 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -291,9 +291,10 @@ static void process_image(const struct index_args *iargs,
image.indexed_cell = NULL;
image.det = copy_geom(iargs->det);
image.copyme = iargs->copyme;
- image.beam = beam;
+ image.reflections = NULL;
image.id = cookie;
image.filename = pargs->filename;
+ image.beam = beam;
hdfile = hdfile_open(image.filename);
if ( hdfile == NULL ) return;