diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-25 20:00:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-25 20:00:56 (GMT) |
commit | 32220914a5313c0586dc59c89946d31334ad8b63 (patch) | |
tree | 8bc3eebbdb4591ea3439c20e626b7197e83c8a20 /tools/h5dump/testh5dumpxml.sh | |
parent | f841a942427dd5d5fc139e30e07125de634e1863 (diff) | |
download | hdf5-32220914a5313c0586dc59c89946d31334ad8b63.zip hdf5-32220914a5313c0586dc59c89946d31334ad8b63.tar.gz hdf5-32220914a5313c0586dc59c89946d31334ad8b63.tar.bz2 |
[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
Diffstat (limited to 'tools/h5dump/testh5dumpxml.sh')
-rwxr-xr-x | tools/h5dump/testh5dumpxml.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dumpxml.sh b/tools/h5dump/testh5dumpxml.sh index 9c7ef67..bd10949 100755 --- a/tools/h5dump/testh5dumpxml.sh +++ b/tools/h5dump/testh5dumpxml.sh @@ -100,6 +100,7 @@ TOOLTEST tloop.h5.xml --xml tloop.h5 TOOLTEST tloop2.h5.xml --xml tloop2.h5 TOOLTEST tmany.h5.xml --xml tmany.h5 TOOLTEST tnestedcomp.h5.xml --xml tnestedcomp.h5 +TOOLTEST tcompound_complex.h5.xml --xml tcompound_complex.h5 TOOLTEST tobjref.h5.xml --xml tobjref.h5 TOOLTEST topaque.h5.xml --xml topaque.h5 TOOLTEST tslink.h5.xml --xml tslink.h5 |