Skip to content

Commit

Permalink
Merge commit '2f4abee4eb41bd5c938bb3dee5283c656c0311d5' into sperr
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jun 10, 2024
2 parents 16951f5 + 2f4abee commit 2db769f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/H5Z-SPERR/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14)

project(H5Z-MD5 VERSION 0.0.1 LANGUAGES C DESCRIPTION "HDF5 plugin for SPERR compression")
project(H5Z-MD5 VERSION 0.1.3 LANGUAGES C DESCRIPTION "HDF5 plugin for SPERR compression")

set(CMAKE_C_STANDARD 11)
if(NOT CMAKE_BUILD_TYPE)
Expand Down
2 changes: 1 addition & 1 deletion src/H5Z-SPERR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ In the following example, `generate_cd_values` reports that `268651725u` encodes
a bitrate of 3.3 bit-per-value, without doing rank order swap.
```Bash
$ ./bin/generate_cd_values 1 3.3
For fixed-rate compression with a bitrate of 3, without swapping rank orders,
For fixed-rate compression with a bitrate of 3.3, without swapping rank orders,
H5Z-SPERR cd_values = 268651725u (Filter ID = 32028).
Please use this value as a single 32-bit unsigned integer in your applications.
```
Expand Down

0 comments on commit 2db769f

Please sign in to comment.