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:
@@ -35,7 +35,7 @@ class H5_HLCPPDLL PacketTable {
|
||||
*/
|
||||
PacketTable()
|
||||
{
|
||||
table_id = H5I_BADID;
|
||||
table_id = H5I_INVALID_HID;
|
||||
}
|
||||
|
||||
/* "Open" Constructor
|
||||
|
||||
Reference in New Issue
Block a user