[svn-r15628] Description:
Remove trailing whitespace from C/C++ source files, with the following
script:
foreach f (*.[ch] *.cpp)
sed 's/[[:blank:]]*$//' $f > sed.out && mv sed.out $f
end
Tested on:
Mac OS X/32 10.5.5 (amazon)
No need for h5committest, just whitespace changes...
This commit is contained in:
@@ -172,16 +172,16 @@ void DSetCreatPropList::setDeflate( int level ) const
|
||||
//--------------------------------------------------------------------------
|
||||
// Function: DSetCreatPropList::setSzip
|
||||
///\brief Sets up for the use of the SZIP compression filter.
|
||||
///\param options_mask - IN: A bit-mask conveying the desired SZIP
|
||||
/// options. Valid values are H5_SZIP_EC_OPTION_MASK
|
||||
///\param options_mask - IN: A bit-mask conveying the desired SZIP
|
||||
/// options. Valid values are H5_SZIP_EC_OPTION_MASK
|
||||
/// and H5_SZIP_NN_OPTION_MASK.
|
||||
///\param pixels_per_block - IN: Number of pixels or data elements in
|
||||
///\param pixels_per_block - IN: Number of pixels or data elements in
|
||||
/// each data block.
|
||||
///\exception H5::PropListIException
|
||||
///\par Description
|
||||
/// The associate C function sets an SZIP compression filter,
|
||||
/// The associate C function sets an SZIP compression filter,
|
||||
/// H5Z_FILTER_SZIP, for a dataset. For more information about
|
||||
/// SZIP and usage, please refer to the C layer Reference
|
||||
/// SZIP and usage, please refer to the C layer Reference
|
||||
/// Manual at:
|
||||
/// http://hdfgroup.org/HDF5/doc/RM_H5P.html#Property-SetSzip
|
||||
// Programmer Binh-Minh Ribler - Jan, 2007
|
||||
|
||||
Reference in New Issue
Block a user