summaryrefslogtreecommitdiffstats
path: root/fortran/test
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2004-07-03 02:37:59 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2004-07-03 02:37:59 (GMT)
commit513012e673fa2e6feb98ab564c7524298927bbb7 (patch)
treee140dee42d4ba694e1c2a0e1bd72bc2cecc455ab /fortran/test
parente29eb9c99d4cd891060fb78df47ce2982996c401 (diff)
downloadhdf5-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.f902
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.