Fixes incorrect usage of H5I_BADID (#554)

* Committing clang-format changes

* Fixes incorrect use of H5I_BADID

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Dana Robinson
2021-04-19 14:51:18 -07:00
committed by GitHub
parent b2c78e15cf
commit d3384b2e8e
5 changed files with 177 additions and 177 deletions

View File

@@ -35,7 +35,7 @@ class H5_HLCPPDLL PacketTable {
*/
PacketTable()
{
table_id = H5I_BADID;
table_id = H5I_INVALID_HID;
}
/* "Open" Constructor