diff options
Diffstat (limited to 'src/H5Edefin.h')
-rw-r--r-- | src/H5Edefin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Edefin.h b/src/H5Edefin.h index 8557f13..183f72c 100644 --- a/src/H5Edefin.h +++ b/src/H5Edefin.h @@ -133,6 +133,7 @@ hid_t H5E_PATH_g = FAIL; /* Problem with path to object */ hid_t H5E_NONE_MINOR_g = FAIL; /* No error */ /* Plugin errors */ +hid_t H5E_OPENERROR_g = FAIL; /* Can't open directory or file */ /* File accessibilty errors */ hid_t H5E_FILEEXISTS_g = FAIL; /* File already exists */ |