diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-03-23 16:50:42 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-03-23 16:50:42 (GMT) |
commit | 710d1caf54cc4edb47ef83280b6d5a1af445b9d1 (patch) | |
tree | afd07de632487436fa2b032ead09fd1c3209804e /hl/src/H5DOpublic.h | |
parent | 0e8941b0881e5b39dbf87f2456c40eeb148dc79b (diff) | |
download | hdf5-710d1caf54cc4edb47ef83280b6d5a1af445b9d1.zip hdf5-710d1caf54cc4edb47ef83280b6d5a1af445b9d1.tar.gz hdf5-710d1caf54cc4edb47ef83280b6d5a1af445b9d1.tar.bz2 |
[svn-r29531] Normalization w/ revise_chunks in preparation for big merge.
hl and bin directories
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/ Java, Fortran, & C++
Diffstat (limited to 'hl/src/H5DOpublic.h')
-rw-r--r-- | hl/src/H5DOpublic.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/hl/src/H5DOpublic.h b/hl/src/H5DOpublic.h index 774709e..9cf6921 100644 --- a/hl/src/H5DOpublic.h +++ b/hl/src/H5DOpublic.h @@ -22,17 +22,13 @@ extern "C" { /*------------------------------------------------------------------------- * - * Direct chunk write function + * "Optimized dataset" routines. * *------------------------------------------------------------------------- */ -H5_HLDLL herr_t H5DOwrite_chunk(hid_t dset_id, - hid_t dxpl_id, - uint32_t filters, - const hsize_t *offset, - size_t data_size, - const void *buf); +H5_HLDLL herr_t H5DOwrite_chunk(hid_t dset_id, hid_t dxpl_id, uint32_t filters, + const hsize_t *offset, size_t data_size, const void *buf); #ifdef __cplusplus } |