hdf5/tools
Pedro Vicente Nunes a75186cc51 [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
      }
   }
}
}
2006-12-19 14:51:53 -05:00
..
h5copy
h5diff [svn-r13033] 2006-12-07 16:53:58 -05:00
h5dump [svn-r13078] 2006-12-19 14:51:53 -05:00
h5import [svn-r13064] 2006-12-14 16:18:08 -05:00
h5jam
h5ls [svn-r12932] Description: 2006-11-17 10:48:41 -05:00
h5repack [svn-r13030] 2006-12-07 10:48:19 -05:00
lib [svn-r13076] 2006-12-19 13:14:26 -05:00
misc [svn-r12939] Description: 2006-11-17 15:49:33 -05:00
testfiles [svn-r13075] Description: 2006-12-19 09:55:54 -05:00
COPYING
Makefile.am
Makefile.in