src/h5core/h5u_io.h

- conditional flushing step data removed, for the time being we flush anyway
This commit is contained in:
2016-09-23 16:45:20 +02:00
parent bb1cd9c860
commit 9e4c8bd5a4
-3
View File
@@ -230,9 +230,6 @@ h5u_write_data (
f->props->xfer_prop,
data));
TRY (h5priv_end_throttle (f));
if (f->props->flags & H5_FLUSH_STEP)
TRY (hdf5_flush (f->step_gid, H5F_SCOPE_LOCAL));
TRY (hdf5_close_dataset (dset_id));
f->empty = 0;