summaryrefslogtreecommitdiffstats
path: root/examples/h5_dtransform.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r9526] Purpose:Quincey Koziol2004-11-121-2/+2
| | | | | | | | | | | | | | Bug fix, sorta. Description: Revert change to H5Pget_data_transform() which changed len of buffer returned to be inconsistent with H5Iget_name(), etc. We should discuss this change and apply it to all the similar functions if we decide to change the return value. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
* [svn-r9523] Purpose:Leon Arber2004-11-121-0/+185
Added data transform example Description: Added example code for the data dtransform Solution: This code both illustrates how data transform works and shows how to use it. Examples of data transform on read, write, and both at the same time. Also shows usage of H5Pget_data_transform Platforms tested: eirene + copper Misc. update: