summaryrefslogtreecommitdiffstats
path: root/fortran/test
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-07-03 02:39:24 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-07-03 02:39:24 (GMT)
commit3a6668b2f948d266bf7c99d641c331ff09021ceb (patch)
tree3f65c3449d328d82b37fbe458bcb033d5ac3c26f /fortran/test
parent0f7e7766509bdf92eda32e08f50dc8197a231710 (diff)
downloadhdf5-3a6668b2f948d266bf7c99d641c331ff09021ceb.zip
hdf5-3a6668b2f948d266bf7c99d641c331ff09021ceb.tar.gz
hdf5-3a6668b2f948d266bf7c99d641c331ff09021ceb.tar.bz2
[svn-r8799]
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.f902
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/tH5Z.f90 b/fortran/test/tH5Z.f90
index cb50909..4260fca 100644
--- a/fortran/test/tH5Z.f90
+++ b/fortran/test/tH5Z.f90
@@ -212,7 +212,7 @@
return
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.