From 42d10caabdb9fa5f1fb3dcb8223236458ed003af Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 13 Oct 2011 14:16:14 +0200 Subject: indexamajig: Add --copy-hdf5-field option for copying something to the HDF5 file --- src/partial_sim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/partial_sim.c') diff --git a/src/partial_sim.c b/src/partial_sim.c index 99b0e0cf..b3e8561f 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -218,7 +218,7 @@ static void finalise_job(void *vqargs, void *vwargs) struct worker_args *wargs = vwargs; struct queue_args *qargs = vqargs; - write_chunk(qargs->stream, &wargs->image, STREAM_INTEGRATED); + write_chunk(qargs->stream, &wargs->image, NULL, STREAM_INTEGRATED); reflist_free(wargs->image.reflections); cell_free(wargs->image.indexed_cell); -- cgit v1.2.3