From f163070d47fa56bb30e16b7fc556895da45b950c Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 14 Feb 2008 15:32:59 +0000 Subject: [PATCH] src/h5/h5_types.h - macro H5_ERR_NOT_IMPLEMENTED added --- src/h5/h5_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/h5/h5_types.h b/src/h5/h5_types.h index 1c83339..488db9a 100644 --- a/src/h5/h5_types.h +++ b/src/h5/h5_types.h @@ -21,6 +21,7 @@ #define H5_ERR_MPI -201 #define H5_ERR_HDF5 -202 +#define H5_ERR_NOT_IMPLEMENTED -254 #define H5_O_RDONLY 0x01 #define H5_O_WRONLY 0x02