Skip to content

Commit

Permalink
update for hdf5 version 1.12.0 - first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MassimoPetracca committed Oct 6, 2021
1 parent 3c48514 commit ac07745
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SRC/recorder/MPCORecorder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,19 +165,19 @@ typedef int64_t hid_t;
typedef int herr_t;
typedef unsigned long long hsize_t;
typedef int H5T_str_t; // enum (int) in hdf5
typedef unsigned int H5F_libver_t; // enum (uint) in hdf5
typedef unsigned int H5F_scope_t; // enum (uint) in hdf5
typedef int H5F_libver_t; // enum (int) in hdf5
typedef int H5F_scope_t; // enum (int) in hdf5

/*
HDF5 version info
*/

#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 10 /* For minor interface/format changes */
#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
#define H5_VERS_MINOR 12 /* For minor interface/format changes */
#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
#define H5_VERS_INFO "HDF5 library version: 1.10.1" /* Full version string */
#define H5_VERS_INFO "HDF5 library version: 1.12.0" /* Full version string */

/*
cout wrapper for library loader verbosity
Expand Down

0 comments on commit ac07745

Please sign in to comment.