summaryrefslogtreecommitdiffstats
path: root/examples/h5_cmprss.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-04-05 23:18:08 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-04-05 23:18:08 (GMT)
commit72aad5ebdf4665a5e278520d714fc10613660872 (patch)
tree4b271e8796257e1b9f897929eb6df8eb8b975c21 /examples/h5_cmprss.c
parent0c6ff43fbccaf78196165db6660a30d37944ea78 (diff)
downloadhdf5-72aad5ebdf4665a5e278520d714fc10613660872.zip
hdf5-72aad5ebdf4665a5e278520d714fc10613660872.tar.gz
hdf5-72aad5ebdf4665a5e278520d714fc10613660872.tar.bz2
Normalized Fortran with develop
Diffstat (limited to 'examples/h5_cmprss.c')
-rw-r--r--examples/h5_cmprss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/h5_cmprss.c b/examples/h5_cmprss.c
index 59a59f5..d8848e2 100644
--- a/examples/h5_cmprss.c
+++ b/examples/h5_cmprss.c
@@ -99,7 +99,7 @@ main()
for (i = 0; i < numfilt; i++) {
nelmts = 0;
- filter_type = H5Pget_filter2(plist_id, 0, &flags, &nelmts, NULL, 0, NULL, &filter_info);
+ filter_type = H5Pget_filter2(plist_id, i, &flags, &nelmts, NULL, 0, NULL, &filter_info);
printf("Filter Type: ");
switch (filter_type) {
case H5Z_FILTER_DEFLATE: