diff options
author | Robert E. McGrath <mcgrath@ncsa.uiuc.edu> | 2005-02-25 21:43:03 (GMT) |
---|---|---|
committer | Robert E. McGrath <mcgrath@ncsa.uiuc.edu> | 2005-02-25 21:43:03 (GMT) |
commit | a5b452c417ce55b6f00725b29a26183eb5562ecc (patch) | |
tree | 8b771272cfeae39b5f0336af69ebf476a1fd1ad9 /hl/src/H5DS.h | |
parent | 82ae8ac4e0ec0929e432c99361e68f5f60cb5553 (diff) | |
download | hdf5-a5b452c417ce55b6f00725b29a26183eb5562ecc.zip hdf5-a5b452c417ce55b6f00725b29a26183eb5562ecc.tar.gz hdf5-a5b452c417ce55b6f00725b29a26183eb5562ecc.tar.bz2 |
[svn-r10090] Purpose:
change
Description:
Minor changes to Dimension Scale API, to bring into alignment
with specification.
Solution:
Platforms tested:
verbena,shanti, copper64
Misc. update:
Diffstat (limited to 'hl/src/H5DS.h')
-rw-r--r-- | hl/src/H5DS.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hl/src/H5DS.h b/hl/src/H5DS.h index 327f602..48e2365 100644 --- a/hl/src/H5DS.h +++ b/hl/src/H5DS.h @@ -51,9 +51,8 @@ herr_t H5DSdetach_scale(hid_t did, herr_t H5DSset_scale(hid_t dsid, char *dimname); -herr_t H5DSget_nscales(hid_t did, - unsigned int dim, - int *nscales); +int H5DSget_num_scales(hid_t did, + unsigned int dim); herr_t H5DSset_label(hid_t did, unsigned int idx, @@ -68,7 +67,7 @@ ssize_t H5DSget_scale_name(hid_t did, char *name, size_t size); -herr_t H5DSis_scale(hid_t did); +htri_t H5DSis_scale(hid_t did); herr_t H5DSiterate_scales(hid_t did, unsigned int dim, |