diff options
author | Thomas White <taw@physics.org> | 2012-06-21 12:20:11 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-06-21 12:20:11 +0200 |
commit | 0ce14ba49cd6150e09a9dd32ea3451e3e47f16bf (patch) | |
tree | 3cf05a908578cc2f4eddacc4bc805d3cdd966c1b /src | |
parent | eedb9e2a4a4305e89344453ff890c3b2a844b2ee (diff) |
More fussiness
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 8c073e2c..c3e1bedf 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -264,6 +264,7 @@ static void process_image(void *pp, int cookie) image.data = NULL; image.flags = NULL; image.indexed_cell = NULL; + image.reflections = NULL; image.id = cookie; image.filename = filename; image.det = copy_geom(pargs->static_args.det); |