hdf5/tools/h5dump
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
..
binread.c [svn-r12683] 2006-09-26 10:47:36 -05:00
h5dump.c [svn-r13078] 2006-12-19 14:51:53 -05:00
h5dump.h [svn-r12528] Added User-Defined links to the library. 2006-08-02 18:41:53 -05:00
h5dumpgentest.c [svn-r13064] 2006-12-14 16:18:08 -05:00
Makefile.am [svn-r12518] h5dump binary output: 2006-07-31 11:04:31 -05:00
Makefile.in [svn-r12929] Hopefully this really is a fix for the tg-login errors. 2006-11-16 15:44:35 -05:00
testh5dump.sh.in [svn-r13064] 2006-12-14 16:18:08 -05:00
testh5dumpxml.sh.in [svn-r12528] Added User-Defined links to the library. 2006-08-02 18:41:53 -05:00