diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-08-13 21:06:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-08-13 21:06:26 (GMT) |
commit | c7bf502798ed500d9637ff3dd23a83420afd5070 (patch) | |
tree | a29e4bc6023564b9db5b435e4646b2b667171da2 /c++/src/H5DxferProp.cpp | |
parent | 5ad5d1a6d1190bbc6ed064eaae7ca1d2e361cb0a (diff) | |
download | hdf5-c7bf502798ed500d9637ff3dd23a83420afd5070.zip hdf5-c7bf502798ed500d9637ff3dd23a83420afd5070.tar.gz hdf5-c7bf502798ed500d9637ff3dd23a83420afd5070.tar.bz2 |
[svn-r11246] Purpose:
Code cleanup
Description:
Trim trailing whitespace, which is making 'diff'ing the two branches
difficult.
Solution:
Ran this script in each directory:
foreach f (*.[ch] *.cpp)
sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f
end
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'c++/src/H5DxferProp.cpp')
-rw-r--r-- | c++/src/H5DxferProp.cpp | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/c++/src/H5DxferProp.cpp b/c++/src/H5DxferProp.cpp index 46fed7c..38fbecf 100644 --- a/c++/src/H5DxferProp.cpp +++ b/c++/src/H5DxferProp.cpp @@ -51,7 +51,7 @@ DSetMemXferPropList::DSetMemXferPropList(const DSetMemXferPropList& original) : // Function DSetMemXferPropList overloaded constructor ///\brief Creates a DSetMemXferPropList object using the id of an /// existing DSetMemXferPropList. -///\param plist_id - IN: Id of an existing dataset memory and transfer +///\param plist_id - IN: Id of an existing dataset memory and transfer /// property list // Programmer: Binh-Minh Ribler - 2000 //-------------------------------------------------------------------------- @@ -179,15 +179,15 @@ bool DSetMemXferPropList::getPreserve() const //-------------------------------------------------------------------------- // Function: DSetMemXferPropList::setHyperCache ///\brief Indicates whether to cache hyperslab blocks during I/O -///\param cache - IN: Flag indicating whether caching is to be set +///\param cache - IN: Flag indicating whether caching is to be set /// to on (1) or off (0) ///\param limit - IN: Maximum size of the hyperslab block to cache or /// 0 (zero) for no limit ///\exception H5::PropListIException -///\note This function is deprecated in HDF5 Release 1.6 and will -/// eventually be removed from the HDF5 distribution. It is -/// provided in this release only to enable backward compatibility -/// with HDF5 Releases 1.4.x and is enabled only if the HDF5 +///\note This function is deprecated in HDF5 Release 1.6 and will +/// eventually be removed from the HDF5 distribution. It is +/// provided in this release only to enable backward compatibility +/// with HDF5 Releases 1.4.x and is enabled only if the HDF5 /// library is configured with the flag H5_WANT_H5_V1_4_COMPAT. // Programmer: Binh-Minh Ribler - 2000 //-------------------------------------------------------------------------- @@ -203,17 +203,17 @@ void DSetMemXferPropList::setHyperCache( bool cache, unsigned limit ) const //-------------------------------------------------------------------------- // Function: DSetMemXferPropList::getHyperCache -///\brief Returns information regarding the caching of hyperslab +///\brief Returns information regarding the caching of hyperslab /// blocks during I/O. -///\param cache - OUT: Flag indicating whether caching is set +///\param cache - OUT: Flag indicating whether caching is set /// to on (1) or off (0) ///\param limit - OUT: Maximum size of the hyperslab block to cache or /// 0 (zero) for no limit ///\exception H5::PropListIException -///\note This function is deprecated in HDF5 Release 1.6 and will -/// eventually be removed from the HDF5 distribution. It is -/// provided in this release only to enable backward compatibility -/// with HDF5 Releases 1.4.x and is enabled only if the HDF5 +///\note This function is deprecated in HDF5 Release 1.6 and will +/// eventually be removed from the HDF5 distribution. It is +/// provided in this release only to enable backward compatibility +/// with HDF5 Releases 1.4.x and is enabled only if the HDF5 /// library is configured with the flag H5_WANT_H5_V1_4_COMPAT. // Programmer: Binh-Minh Ribler - 2000 //-------------------------------------------------------------------------- @@ -283,7 +283,7 @@ void DSetMemXferPropList::getBtreeRatios( double& left, double& middle, double& //-------------------------------------------------------------------------- void DSetMemXferPropList::setVlenMemManager( H5MM_allocate_t alloc_func, void* alloc_info, H5MM_free_t free_func, void* free_info ) const { - herr_t ret_value = H5Pset_vlen_mem_manager( id, alloc_func, alloc_info, + herr_t ret_value = H5Pset_vlen_mem_manager( id, alloc_func, alloc_info, free_func, free_info ); if( ret_value < 0 ) { @@ -294,7 +294,7 @@ void DSetMemXferPropList::setVlenMemManager( H5MM_allocate_t alloc_func, void* a //-------------------------------------------------------------------------- // Function: DSetMemXferPropList::setVlenMemManager -///\brief Sets the memory manager for variable-length datatype +///\brief Sets the memory manager for variable-length datatype /// allocation - system \c malloc and \c free will be used. /// ///\exception H5::PropListIException @@ -307,7 +307,7 @@ void DSetMemXferPropList::setVlenMemManager() const //-------------------------------------------------------------------------- // Function: DSetMemXferPropList::getVlenMemManager -///\brief Gets the memory manager for variable-length datatype allocation +///\brief Gets the memory manager for variable-length datatype allocation ///\param alloc_func - OUT: User's allocate routine ///\param alloc_info - OUT: User's allocation parameters ///\param free_func - OUT: User's free routine @@ -331,7 +331,7 @@ void DSetMemXferPropList::getVlenMemManager( H5MM_allocate_t& alloc_func, void** ///\param memb_dxpl - OUT: Array of data access property lists ///\exception H5::PropListIException ///\par Description -/// This function can only be used after the member map has +/// This function can only be used after the member map has /// been set with FileAccPropList::setMulti (not done - BMR.) // Programmer: Binh-Minh Ribler - July, 2004 //-------------------------------------------------------------------------- @@ -365,7 +365,7 @@ void DSetMemXferPropList::getMulti(hid_t *memb_dxpl) //-------------------------------------------------------------------------- // Function: DSetMemXferPropList::setSmallDataBlockSize ///\brief Sets the size of a contiguous block reserved for small data. -///\param size - IN: Maximum size, in bytes, of the small data block. +///\param size - IN: Maximum size, in bytes, of the small data block. ///\exception H5::PropListIException ///\par Description /// For detail, please refer to the C layer Reference Manual at: @@ -424,7 +424,7 @@ void DSetMemXferPropList::setHyperVectorSize(size_t vector_size) //-------------------------------------------------------------------------- // Function: DSetMemXferPropList::getSmallDataBlockSize -///\brief Returns the number of I/O vectors to be read/written in +///\brief Returns the number of I/O vectors to be read/written in /// hyperslab I/O. ///\return Number of I/O vectors ///\exception H5::PropListIException @@ -450,14 +450,14 @@ size_t DSetMemXferPropList::getHyperVectorSize() /// disabled ///\exception H5::PropListIException ///\par Description -/// The error detection algorithm used is the algorithm previously -/// specified in the corresponding dataset creation property -/// list. This function does not affect the use of error +/// The error detection algorithm used is the algorithm previously +/// specified in the corresponding dataset creation property +/// list. This function does not affect the use of error /// detection in the writing process. ///\par /// Valid values are as follows: -/// \li \c H5Z_ENABLE_EDC (default) -/// \li \c H5Z_DISABLE_EDC +/// \li \c H5Z_ENABLE_EDC (default) +/// \li \c H5Z_DISABLE_EDC // Programmer: Binh-Minh Ribler - July, 2004 //-------------------------------------------------------------------------- void DSetMemXferPropList::setEDCCheck(H5Z_EDC_t check) |