diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-11-07 01:46:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 01:46:28 (GMT) |
commit | 106fb56936d1d785ca96147601a3608e433ddc3b (patch) | |
tree | ad92e0b73e3484fef23e6703c6f7bca163a8f9d4 /src | |
parent | a3e1d7f7b71816244c0ceeabe6ce6a7ae674e3ff (diff) | |
download | hdf5-106fb56936d1d785ca96147601a3608e433ddc3b.zip hdf5-106fb56936d1d785ca96147601a3608e433ddc3b.tar.gz hdf5-106fb56936d1d785ca96147601a3608e433ddc3b.tar.bz2 |
Hdf5 1 12 3 release (#3833)hdf5-1_12_3hdf5_1_12_3
* Change libaec and zlib tar.gz filenames to those in cacheinit.cmake.
* Add release date.
* Revert position change of enum entries in H5ESpublic.h.
Update release date.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5ESpublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5ESpublic.h b/src/H5ESpublic.h index 6180487..d148e4e 100644 --- a/src/H5ESpublic.h +++ b/src/H5ESpublic.h @@ -34,8 +34,8 @@ typedef enum H5ES_status_t { H5ES_STATUS_IN_PROGRESS, /**< Operation(s) have not yet completed */ H5ES_STATUS_SUCCEED, /**< Operation(s) have completed, successfully */ - H5ES_STATUS_CANCELED, /**< Operation(s) has been canceled */ - H5ES_STATUS_FAIL /**< An operation has completed, but failed */ + H5ES_STATUS_FAIL, /**< An operation has completed, but failed */ + H5ES_STATUS_CANCELED /**< Operation(s) has been canceled */ } H5ES_status_t; /********************/ |