diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-10-10 14:19:12 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-10-10 14:19:12 (GMT) |
commit | 7de5ecb9862ae11961d8a3d90f22c367cb18414c (patch) | |
tree | fc21c52b3d622e25871d22880f74ea5d7e13b1a7 /c++/src/H5DataSpace.cpp | |
parent | 80924b938379eb14024872087c9b764e6cb229a8 (diff) | |
download | hdf5-7de5ecb9862ae11961d8a3d90f22c367cb18414c.zip hdf5-7de5ecb9862ae11961d8a3d90f22c367cb18414c.tar.gz hdf5-7de5ecb9862ae11961d8a3d90f22c367cb18414c.tar.bz2 |
[svn-r11516] Purpose: Fixed comments
Description:
Fixed the description of two parameters that were swapped by
mistake.
Platforms tested:
Linux 2.4 (heping) - very minor
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 a33982e..07bd4cb 100644 --- a/c++/src/H5DataSpace.cpp +++ b/c++/src/H5DataSpace.cpp @@ -518,10 +518,10 @@ bool DataSpace::selectValid () const // Function: DataSpace::selectHyperslab ///\brief Selects a hyperslab region to add to the current selected region. ///\param op - IN: Operation to perform on current selection -///\param count - IN: Offset of the start of hyperslab -///\param start - IN: Number of blocks included in the hyperslab -///\param stride - IN: Hyperslab stride -///\param block - IN: Size of block in the hyperslab +///\param count - IN: Number of blocks included in the hyperslab +///\param start - IN: Offset of the start of hyperslab +///\param stride - IN: Hyperslab stride - default to \c NULL +///\param block - IN: Size of block in the hyperslab - default to \c NULL ///\exception H5::DataSpaceIException ///\par Description /// For more information, please refer to the C layer Reference |