diff options
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r-- | src/H5Dpublic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h index 9606bb4..417146b 100644 --- a/src/H5Dpublic.h +++ b/src/H5Dpublic.h @@ -25,6 +25,8 @@ /* Values for the H5D_LAYOUT property */ typedef enum H5D_layout_t { + H5D_LAYOUT_ERROR =-1, + H5D_COMPACT =0, /*raw data is very small */ H5D_CONTIGUOUS =1, /*the default */ H5D_CHUNKED =2, /*slow and fancy */ |