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 /contrib | |
parent | d8a4f7509d0b5937bc56441e77e9343c84a3b38b (diff) |
indexamajig: Add --copy-hdf5-field option for copying something to the HDF5 file
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/alter_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/alter_stream.c b/contrib/alter_stream.c index 2c5d207b..5487c257 100644 --- a/contrib/alter_stream.c +++ b/contrib/alter_stream.c @@ -201,7 +201,7 @@ int main(int argc, char *argv[]) image.reflections = find_intersections(&image, image.indexed_cell); - write_chunk(ofh, &image, STREAM_INTEGRATED); + write_chunk(ofh, &image, NULL, STREAM_INTEGRATED); } |