diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-02-04 20:35:37 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-02-04 20:35:37 (GMT) |
commit | c238a6c13cdd0107fdf2c5ee0145a9b3d773fc92 (patch) | |
tree | 8bffaa4395b7498e7ec79116f0fae4e258449929 /fortran/test/tH5Z.f90 | |
parent | 78fb916259dad96f1252a99a47c5b576be17a951 (diff) | |
download | hdf5-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 'fortran/test/tH5Z.f90')
-rw-r--r-- | fortran/test/tH5Z.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5Z.f90 b/fortran/test/tH5Z.f90 index 214d2ab..7005e14 100644 --- a/fortran/test/tH5Z.f90 +++ b/fortran/test/tH5Z.f90 @@ -130,7 +130,7 @@ endif ! Delete all filters - CALL h5premove_filter_f(crtpr_id, H5Z_FILTER_NONE_F, error) + CALL h5premove_filter_f(crtpr_id, H5Z_FILTER_ALL_F, error) CALL check("h5premove_filter_f", error, total_error) ! Verify the correct number of filters now |