diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-24 21:43:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-24 21:43:59 (GMT) |
commit | 712c226038212283ffeefad494538d30cf767eef (patch) | |
tree | ae197744810ab7d438f00d5bc69a9f320a5ed2e0 /src/H5Sprivate.h | |
parent | decf1830efac293971cf7119c15fc1c9993263e9 (diff) | |
download | hdf5-712c226038212283ffeefad494538d30cf767eef.zip hdf5-712c226038212283ffeefad494538d30cf767eef.tar.gz hdf5-712c226038212283ffeefad494538d30cf767eef.tar.bz2 |
[svn-r14010] Description:
Fix problem with dataspace messages where the version of the format
for a dataspace message could depend on the "use the latest format" flag from
the file after it was initially created.
Also, move debuging routine into separate file.
Tested on:
FreeBSD/32 6.2 (duty)
FreeBSD/64 6.2 (liberty)
Linux/32 2.6 (kagiso)
Mac OS X/32 10.4.10 (amazon)
Solaris/32 2.10 (linew)
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r-- | src/H5Sprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h index 1892e18..3eca730 100644 --- a/src/H5Sprivate.h +++ b/src/H5Sprivate.h @@ -214,6 +214,7 @@ H5_DLL herr_t H5S_set_extent_real(H5S_t *space, const hsize_t *size); H5_DLL H5S_t *H5S_create(H5S_class_t type); H5_DLL H5S_t *H5S_create_simple(unsigned rank, const hsize_t dims[/*rank*/], const hsize_t maxdims[/*rank*/]); +H5_DLL herr_t H5S_set_latest_version(H5S_t *ds); H5_DLL herr_t H5S_debug(H5F_t *f, hid_t dxpl_id, const void *_mesg, FILE *stream, int indent, int fwidth); |