diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2007-04-30 05:49:27 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2007-04-30 05:49:27 (GMT) |
commit | a680d910cf68dd5ae04960d1ea1a5410a9e758f9 (patch) | |
tree | 6fa677d6cff0efbde0f89f33d0b0e103c8e7b3f9 /c++/src/H5DataSpace.cpp | |
parent | c9a96be7c979da32a56e0c58e9567f4060c82f88 (diff) | |
download | hdf5-a680d910cf68dd5ae04960d1ea1a5410a9e758f9.zip hdf5-a680d910cf68dd5ae04960d1ea1a5410a9e758f9.tar.gz hdf5-a680d910cf68dd5ae04960d1ea1a5410a9e758f9.tar.bz2 |
[svn-r13708] Purpose: Updated RM
Description:
Corrected links, mostly from NCSA's to THG's.
Fixed several typos in doxygen syntax.
Added missing items to header in some functions
Platforms tested
Linux 2.6 (kagiso) and verified on Windows XP - all changes made were
in comment sections only, no code changes.
Diffstat (limited to 'c++/src/H5DataSpace.cpp')
-rw-r--r-- | c++/src/H5DataSpace.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/c++/src/H5DataSpace.cpp b/c++/src/H5DataSpace.cpp index 1da0d6c..1cfc857 100644 --- a/c++/src/H5DataSpace.cpp +++ b/c++/src/H5DataSpace.cpp @@ -401,7 +401,7 @@ hssize_t DataSpace::getSelectElemNpoints () const ///\par Description /// For more information, please refer to the C layer Reference /// Manual at: -/// http://hdf.ncsa.uiuc.edu/HDF5/doc/RM_H5S.html#Dataspace-SelectElemPointList +/// http://hdfgroup.org/HDF5/doc/RM_H5S.html#Dataspace-SelectElemPointList // Programmer Binh-Minh Ribler - 2000 //-------------------------------------------------------------------------- void DataSpace::getSelectElemPointlist ( hsize_t startpoint, hsize_t numpoints, hsize_t *buf ) const @@ -425,7 +425,7 @@ void DataSpace::getSelectElemPointlist ( hsize_t startpoint, hsize_t numpoints, ///\par Description /// For more information, please refer to the C layer Reference /// Manual at: -/// http://hdf.ncsa.uiuc.edu/HDF5/doc/RM_H5S.html#Dataspace-SelectBounds +/// http://hdfgroup.org/HDF5/doc/RM_H5S.html#Dataspace-SelectBounds // Programmer Binh-Minh Ribler - 2000 //-------------------------------------------------------------------------- void DataSpace::getSelectBounds ( hsize_t* start, hsize_t* end ) const @@ -451,7 +451,7 @@ void DataSpace::getSelectBounds ( hsize_t* start, hsize_t* end ) const ///\par Description /// For more information, please refer to the C layer Reference /// Manual at: -/// http://hdf.ncsa.uiuc.edu/HDF5/doc/RM_H5S.html#Dataspace-SelectElements +/// http://hdfgroup.org/HDF5/doc/RM_H5S.html#Dataspace-SelectElements // Programmer Binh-Minh Ribler - 2000 //-------------------------------------------------------------------------- void DataSpace::selectElements ( H5S_seloper_t op, const size_t num_elements, const hsize_t *coord[ ] ) const @@ -533,7 +533,7 @@ bool DataSpace::selectValid () const ///\par Description /// For more information, please refer to the C layer Reference /// Manual at: -/// http://hdf.ncsa.uiuc.edu/HDF5/doc/RM_H5S.html#Dataspace-SelectHyperslab +/// http://hdfgroup.org/HDF5/doc/RM_H5S.html#Dataspace-SelectHyperslab // Programmer Binh-Minh Ribler - 2000 //-------------------------------------------------------------------------- void DataSpace::selectHyperslab( H5S_seloper_t op, const hsize_t *count, const hsize_t *start, const hsize_t *stride, const hsize_t *block ) const |