diff options
author | Thomas White <taw@physics.org> | 2011-10-13 14:16:14 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:39 +0100 |
commit | 42d10caabdb9fa5f1fb3dcb8223236458ed003af (patch) | |
tree | 03dd4e6fadfc3717e5b5092debeb62db64347399 /src/partial_sim.c | |
parent | d8a4f7509d0b5937bc56441e77e9343c84a3b38b (diff) |
indexamajig: Add --copy-hdf5-field option for copying something to the HDF5 file
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r-- | src/partial_sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |