diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2004-07-03 02:37:59 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2004-07-03 02:37:59 (GMT) |
commit | 513012e673fa2e6feb98ab564c7524298927bbb7 (patch) | |
tree | e140dee42d4ba694e1c2a0e1bd72bc2cecc455ab /fortran/test | |
parent | e29eb9c99d4cd891060fb78df47ce2982996c401 (diff) | |
download | hdf5-513012e673fa2e6feb98ab564c7524298927bbb7.zip hdf5-513012e673fa2e6feb98ab564c7524298927bbb7.tar.gz hdf5-513012e673fa2e6feb98ab564c7524298927bbb7.tar.bz2 |
[svn-r8798]
Purpose: Maintenance
Description: H5_SZIP_CHIP_OPTION_MASK was deleted from the list
of the available parameters for the H5Pset_szip function.
Solution: Updated Fortran source, tests and documentation
to reflect this change.
Platforms tested: arabica (too small for h5committest)
Misc. update:
Diffstat (limited to 'fortran/test')
-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 4216d1b..8d6ba8c 100644 --- a/fortran/test/tH5Z.f90 +++ b/fortran/test/tH5Z.f90 @@ -168,7 +168,7 @@ endif endif - options_mask = H5_SZIP_NN_OM_F + H5_SZIP_CHIP_OM_F + options_mask = H5_SZIP_NN_OM_F pix_per_block = 32 ! ! Initialize the dset_data array. |