Skip to content

Commit

Permalink
update hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
ayzk committed Nov 27, 2024
1 parent e79c03a commit 76a2d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/H5Z-SZ3/src/H5Z_SZ3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const H5Z_class2_t H5Z_SZ3[1] = {{
"SZ3 compressor/decompressor for floating-point data.", /* Filter name for debugging */
NULL, /* The "can apply" callback */
H5Z_sz3_set_local, /* The "set local" callback */
(H5Z_func_t)H5Z_filter_sz3, /* The actual filter function */
static_cast<H5Z_func_t>(H5Z_filter_sz3), /* The actual filter function */
}};

H5PL_type_t H5PLget_plugin_type(void) { return H5PL_TYPE_FILTER; }
Expand Down

0 comments on commit 76a2d0a

Please sign in to comment.