hdf5/tools/h5ls
Quincey Koziol 32220914a5 [svn-r7401] Purpose:
Code cleanup

Description:
    Remove various "fixtype" routines which duplicate (and actually pre-date)
    the functionality in H5Tget_native_type in favor of having the tools call
    H5Tget_native_type().  This provides the same functionality (actually better
    functionality, since the old "fixtype" routines didn't handle alignment of
    compound fields correctly) and reduces the amount of code to maintain.

    Add additional tests to dump out a "complex" compound datatype which
    exercises more code in the library for aligning compound fields correctly.

Platforms tested:
    FreeBSD 4.8 (sleipnir)
    h5committest
2003-08-25 15:00:56 -05:00
..
Dependencies [svn-r7352] Purpose: 2003-08-12 20:50:11 -05:00
h5ls.c [svn-r7401] Purpose: 2003-08-25 15:00:56 -05:00
Makefile.in [svn-r7361] Description: 2003-08-13 23:58:29 -05:00
testh5ls.sh [svn-r7004] Purpose: 2003-06-09 14:24:37 -05:00