diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 1999-06-25 18:11:08 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 1999-06-25 18:11:08 (GMT) |
commit | 40abc593504c8f10a8e3c9935122aba7b4f3fd56 (patch) | |
tree | 56ce7b919709755a6a7773889b517af3559874f4 /examples/h5_select.c | |
parent | 8c11a3a87ce15b80f108376d5d41be92db3622bc (diff) | |
download | hdf5-40abc593504c8f10a8e3c9935122aba7b4f3fd56.zip hdf5-40abc593504c8f10a8e3c9935122aba7b4f3fd56.tar.gz hdf5-40abc593504c8f10a8e3c9935122aba7b4f3fd56.tar.bz2 |
[svn-r1379]
Two new examples h5_mount.c and h5_reference.c were added.
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)
Diffstat (limited to 'examples/h5_select.c')
-rw-r--r-- | examples/h5_select.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/h5_select.c b/examples/h5_select.c index fa8ec0c..5626e03 100644 --- a/examples/h5_select.c +++ b/examples/h5_select.c @@ -33,7 +33,8 @@ #define NPOINTS 4 /* Number of points that will be selected and overwritten */ -int main (void) +int +main (void) { hid_t file, dataset; /* File and dataset identifiers */ |