summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-02-04 20:35:37 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-02-04 20:35:37 (GMT)
commitc238a6c13cdd0107fdf2c5ee0145a9b3d773fc92 (patch)
tree8bffaa4395b7498e7ec79116f0fae4e258449929 /doc
parent78fb916259dad96f1252a99a47c5b576be17a951 (diff)
downloadhdf5-c238a6c13cdd0107fdf2c5ee0145a9b3d773fc92.zip
hdf5-c238a6c13cdd0107fdf2c5ee0145a9b3d773fc92.tar.gz
hdf5-c238a6c13cdd0107fdf2c5ee0145a9b3d773fc92.tar.bz2
[svn-r8150] Purpose:
introduced the constant H5Z_FILTER_ALL, used to remove all filters in H5Premove_filter Description: Solution: Platforms tested: linux Misc. update:
Diffstat (limited to 'doc')
-rw-r--r--doc/html/RM_H5P.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html
index 15edd68..a12084e 100644
--- a/doc/html/RM_H5P.html
+++ b/doc/html/RM_H5P.html
@@ -1209,7 +1209,7 @@ SUBROUTINE
<center>
<table width=75%>
<tr valign=top align=left><td>
- <code>H5Z_FILTER_NONE</code>
+ <code>H5Z_FILTER_ALL</code>
</td><td>
Removes all filters from the permanent filter pipeline.
</td></tr>
@@ -1266,7 +1266,7 @@ SUBROUTINE h5premove_filter_f(prp_id, filter, hdferr)
INTEGER, INTENT(IN) :: filter ! Filter to be modified
! Valid values are:
!
- ! H5Z_FILTER_NONE_F
+ ! H5Z_FILTER_ALL_F
! H5Z_FILTER_DEFLATE_F
! H5Z_FILTER_SHUFFLE_F
! H5Z_FILTER_FLETCHER32_F