diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-12-19 19:51:53 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-12-19 19:51:53 (GMT) |
commit | a75186cc511760578d8a9de722a16873371b6570 (patch) | |
tree | cf2ba37485e15b54ee2d3adfee91d98f56e29fee /src/H5Atest.c | |
parent | cd1d21dff7b37c2d317bc3e746cd659bf65470e9 (diff) | |
download | hdf5-a75186cc511760578d8a9de722a16873371b6570.zip hdf5-a75186cc511760578d8a9de722a16873371b6570.tar.gz hdf5-a75186cc511760578d8a9de722a16873371b6570.tar.bz2 |
[svn-r13078]
one more fix related to bug 551. the printing of the subsetting parameters was not using the new hsize_t printing format
correct output is now
[pvn@kagiso ad]$ /home1/pvn/build_hdf5/tools/h5dump/h5dump -d /a -s "0,8899716890" -c "1,10" jasp_char.h5
HDF5 "jasp_char.h5" {
DATASET "/a" {
DATATYPE H5T_STD_I8LE
DATASPACE SIMPLE { ( 20, 8899716900 ) / ( 20, 8899716900 ) }
SUBSET {
START ( 0, 8899716890 );
STRIDE ( 1, 1 );
COUNT ( 1, 10 );
BLOCK ( 1, 1 );
DATA {
(0,8899716890): 1,
(0,8899716891): 1,
(0,8899716892): 2,
(0,8899716893): 2,
(0,8899716894): 3,
(0,8899716895): 3,
(0,8899716896): 4,
(0,8899716897): 4,
(0,8899716898): 5,
(0,8899716899): 5
}
}
}
}
Diffstat (limited to 'src/H5Atest.c')
0 files changed, 0 insertions, 0 deletions