diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-02-17 21:21:14 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-02-17 21:21:14 (GMT) |
commit | 0d14baf68241a93b8d6eafb0c204ba35dc91383b (patch) | |
tree | d13db89c9777355aeea9beac59482c4f24dc6f92 /hl/src/H5DS.h | |
parent | 9181ed0fa4169e0442e257082f10c348d27042e5 (diff) | |
download | hdf5-0d14baf68241a93b8d6eafb0c204ba35dc91383b.zip hdf5-0d14baf68241a93b8d6eafb0c204ba35dc91383b.tar.gz hdf5-0d14baf68241a93b8d6eafb0c204ba35dc91383b.tar.bz2 |
[svn-r10037] Purpose:
more error checking tests
Description:
Solution:
Platforms tested:
linux
solaris
Misc. update:
Diffstat (limited to 'hl/src/H5DS.h')
-rw-r--r-- | hl/src/H5DS.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/hl/src/H5DS.h b/hl/src/H5DS.h index 95886db..6089e67 100644 --- a/hl/src/H5DS.h +++ b/hl/src/H5DS.h @@ -40,9 +40,6 @@ typedef struct ds_list_t { extern "C" { #endif -herr_t H5DSset_scale(hid_t did, - char *dimname); - herr_t H5DSattach_scale(hid_t did, hid_t dsid, unsigned int idx); @@ -51,6 +48,9 @@ herr_t H5DSdetach_scale(hid_t did, hid_t dsid, unsigned int idx); +herr_t H5DSset_scale(hid_t did, + char *dimname); + herr_t H5DSget_nscales(hid_t did, unsigned int dim, int *nscales); @@ -66,10 +66,8 @@ herr_t H5DSget_label(hid_t did, herr_t H5DSget_scale_name(hid_t did, char *buf); - herr_t H5DSis_scale(hid_t did); - herr_t H5DSiterate_scales(hid_t did, unsigned int dim, int *idx, |