diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-10-10 16:25:47 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2005-10-10 16:25:47 (GMT) |
commit | cbf1ec6eb44d6e0fd1ff90879884dfb556d3c5c0 (patch) | |
tree | 11155e16a86ca43072c2e7cb179d2b3ba9f61dfe /c++ | |
parent | fc0acb35f52b8af42031b74eb1cd5b6cc9b9d822 (diff) | |
download | hdf5-cbf1ec6eb44d6e0fd1ff90879884dfb556d3c5c0.zip hdf5-cbf1ec6eb44d6e0fd1ff90879884dfb556d3c5c0.tar.gz hdf5-cbf1ec6eb44d6e0fd1ff90879884dfb556d3c5c0.tar.bz2 |
[svn-r11517] 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++')
-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 a18ad32..b86b93e 100644 --- a/c++/src/H5DataSpace.cpp +++ b/c++/src/H5DataSpace.cpp @@ -521,10 +521,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 |