summaryrefslogtreecommitdiffstats
path: root/src/H5Spublic.h
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2007-04-13 22:04:26 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2007-04-13 22:04:26 (GMT)
commit0332285cfff86ebb5624ef949430830e91389cc6 (patch)
tree9886553058bc524b607842cd6de161dac318922a /src/H5Spublic.h
parentcc16cc7dea37c66d08532cef3f754913fe76a7c9 (diff)
downloadhdf5-0332285cfff86ebb5624ef949430830e91389cc6.zip
hdf5-0332285cfff86ebb5624ef949430830e91389cc6.tar.gz
hdf5-0332285cfff86ebb5624ef949430830e91389cc6.tar.bz2
[svn-r13660] Minor cleanups and bug fixes.
H5Zpublic.h file didn't include H5public.h; done H5Spublic.h had ghost function H5Sset_space; deleted New source files were added to make.com for VMS. h5gget_comment_c had a small bug in calculating buffer length; fixed Platforms tested: pahra and kagiso; too minor for h5committest
Diffstat (limited to 'src/H5Spublic.h')
-rw-r--r--src/H5Spublic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Spublic.h b/src/H5Spublic.h
index 902c87a..95135b9 100644
--- a/src/H5Spublic.h
+++ b/src/H5Spublic.h
@@ -107,7 +107,6 @@ H5_DLL int H5Sget_simple_extent_ndims(hid_t space_id);
H5_DLL int H5Sget_simple_extent_dims(hid_t space_id, hsize_t dims[],
hsize_t maxdims[]);
H5_DLL htri_t H5Sis_simple(hid_t space_id);
-H5_DLL herr_t H5Sset_space(hid_t space_id, int rank, const hsize_t *dims);
H5_DLL hssize_t H5Sget_select_npoints(hid_t spaceid);
H5_DLL herr_t H5Sselect_hyperslab(hid_t space_id, H5S_seloper_t op,
const hsize_t start[],