summaryrefslogtreecommitdiffstats
path: root/examples/h5_reference.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1431] hdf5-1_2_1hdf5-1_2_0betahdf5-1_2_0-beta1-update2hdf5-1_2_0Elena Pourmal1999-07-061-42/+30
| | | | | | | | Example was modified to use references to different objects. Missing calls to release dataset handles and to free memory buffers were added. Tested on baldric.
* [svn-r1403] Added the include to make malloc compiled correctly.Albert Cheng1999-07-011-0/+1
|
* [svn-r1380] Two new examples h5_mount.c and h5_reference.c were added.Elena Pourmal1999-06-251-0/+146
h5_select.c was modified to use fill values, and h5_group.c was modified to show how H5Giterate can be used to get information about the objects in a group. Necessary changes were done to the Makefile.in. Tested on Solaris 2.6 (baldric)