******************************* * Output of h5ex_d_fillval * ******************************* Dataset before being written to: Columns 1 through 6 99 99 99 99 99 99 99 99 99 99 99 99 99 99 99 99 99 99 99 99 99 99 99 99 Column 7 99 99 99 99 Dataset after being written to: Columns 1 through 6 0 -1 -2 -3 -4 -5 0 0 0 0 0 0 0 1 2 3 4 5 0 2 4 6 8 10 Column 7 -6 0 6 12 Dataset after extension: Columns 1 through 6 0 -1 -2 -3 -4 -5 0 0 0 0 0 0 0 1 2 3 4 5 0 2 4 6 8 10 99 99 99 99 99 99 99 99 99 99 99 99 Columns 7 through 10 -6 99 99 99 0 99 99 99 6 99 99 99 12 99 99 99 99 99 99 99 99 99 99 99 ******************************* * Output of h5dump * ******************************* HDF5 "h5ex_d_fillval.h5" { GROUP "/" { DATASET "DS1" { DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 10, 6 ) / ( H5S_UNLIMITED, H5S_UNLIMITED ) } DATA { (0,0): 0, 0, 0, 0, 99, 99, (1,0): -1, 0, 1, 2, 99, 99, (2,0): -2, 0, 2, 4, 99, 99, (3,0): -3, 0, 3, 6, 99, 99, (4,0): -4, 0, 4, 8, 99, 99, (5,0): -5, 0, 5, 10, 99, 99, (6,0): -6, 0, 6, 12, 99, 99, (7,0): 99, 99, 99, 99, 99, 99, (8,0): 99, 99, 99, 99, 99, 99, (9,0): 99, 99, 99, 99, 99, 99 } } } }