Skip to content

Commit

Permalink
remove parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Aug 22, 2024
1 parent bd67248 commit 6668391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h5bench_patterns/h5bench_read.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ get_filter_info(hid_t dset_id)
FILTER_INFO.USE_COMPRESS = 1;

if (MY_RANK == 0) {
printf(" Compression filter used to decompress: %s\n", FILTER_INFO.name);
printf(" Compression filter to decompress: %s\n", FILTER_INFO.name);
printf(" Filter ID: %d\n", FILTER_INFO.filter_id);
// printf(" Number of compression filter parameters: %ld\n", *FILTER_INFO.cd_nelmts);
// for (int i = 0; i < *(FILTER_INFO.cd_nelmts); ++i) {
Expand Down

0 comments on commit 6668391

Please sign in to comment.