summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tcompound_complex.h5
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r7401] Purpose:Quincey Koziol2003-08-251-0/+0
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