diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-01 14:53:37 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-01 14:53:37 (GMT) |
commit | 93622d0b7a74be940d1ad11c3bf7bc58718055a2 (patch) | |
tree | 796656b2b3278e44fdd04a6c67819d3aae823959 /fortran/test/tH5Z.f90 | |
parent | 732bb9f065b04396254b8a5cd56d38139c2926a8 (diff) | |
download | hdf5-93622d0b7a74be940d1ad11c3bf7bc58718055a2.zip hdf5-93622d0b7a74be940d1ad11c3bf7bc58718055a2.tar.gz hdf5-93622d0b7a74be940d1ad11c3bf7bc58718055a2.tar.bz2 |
[svn-r7129] Purpose:
Bug fix
Description:
Propogate szip flag changes into FORTRAN source & tests
Platforms tested:
h5committest
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 575ef0b..4debac0 100644 --- a/fortran/test/tH5Z.f90 +++ b/fortran/test/tH5Z.f90 @@ -139,7 +139,7 @@ INTEGER(SIZE_T) :: filter_name_len = 4 INTEGER, DIMENSION(4) :: cd_values - options_mask = H5_SZIP_RAWORNN_OM_F + options_mask = H5_SZIP_NN_OM_F + H5_SZIP_CHIP_OM_F pix_per_block = 32 ! ! Initialize the dset_data array. |