From cbf1ec6eb44d6e0fd1ff90879884dfb556d3c5c0 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Mon, 10 Oct 2005 11:25:47 -0500 Subject: [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 --- c++/src/H5DataSpace.cpp | 8 ++++---- 1 file 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 -- cgit v0.12