diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-02-18 19:40:12 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-02-18 19:40:12 (GMT) |
commit | 5352cb3f539647b2bd57d61ee8daf4087bd2ac0b (patch) | |
tree | 730bd12cc1354e30029f3b60860093867d8cf1a7 /hl/src/H5DS.h | |
parent | b0b4bc02dd4746dd49b727e833b0d5564cf8305e (diff) | |
download | hdf5-5352cb3f539647b2bd57d61ee8daf4087bd2ac0b.zip hdf5-5352cb3f539647b2bd57d61ee8daf4087bd2ac0b.tar.gz hdf5-5352cb3f539647b2bd57d61ee8daf4087bd2ac0b.tar.bz2 |
[svn-r10043] Purpose:
new features/tests
Description:
add a couple more tests for the attach/detach pair of functions together with a verify function for it (used only for test purposes)
avoided addind the same scale twice to a dimension
all seems to be working very well
Solution:
Platforms tested:
linux
solaris
Misc. update:
Diffstat (limited to 'hl/src/H5DS.h')
-rw-r--r-- | hl/src/H5DS.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hl/src/H5DS.h b/hl/src/H5DS.h index 6089e67..b179a19 100644 --- a/hl/src/H5DS.h +++ b/hl/src/H5DS.h @@ -75,6 +75,16 @@ herr_t H5DSiterate_scales(hid_t did, void *visitor_data); +/*------------------------------------------------------------------------- + * private functions + *------------------------------------------------------------------------- + */ +htri_t H5DS_is_attached(hid_t loc_id, + const char *dname, + const char *dsname, + unsigned int idx); + + #ifdef __cplusplus } #endif |