diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 1998-07-08 20:41:14 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 1998-07-08 20:41:14 (GMT) |
commit | 44d5c8823eb4370ff70bf7ed56c8eae7404d222c (patch) | |
tree | 66589a703e3b7f69fc4fbcc7957923ebf4c14ef5 /examples/h5_group.c | |
parent | 768b7465a19afcbc87ba54a7b6400492d54c2626 (diff) | |
download | hdf5-44d5c8823eb4370ff70bf7ed56c8eae7404d222c.zip hdf5-44d5c8823eb4370ff70bf7ed56c8eae7404d222c.tar.gz hdf5-44d5c8823eb4370ff70bf7ed56c8eae7404d222c.tar.bz2 |
[svn-r472] Examples have been modified to reflect the current status of the API functions.
Tested on Solaris 2.5
Diffstat (limited to 'examples/h5_group.c')
-rw-r--r-- | examples/h5_group.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/h5_group.c b/examples/h5_group.c index 9835bcf..6e34e98 100644 --- a/examples/h5_group.c +++ b/examples/h5_group.c @@ -17,8 +17,8 @@ main() hid_t dataset, dataspace; herr_t status; - size_t dims[2]; - size_t size[1]; + hsize_t dims[2]; + hsize_t size[1]; /* * Create a file. |