diff options
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r-- | src/H5Fpublic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index 79a2769..91edaa2 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -59,6 +59,8 @@ #define H5F_OBJ_ATTR (0x0010u) #define H5F_OBJ_ALL (H5F_OBJ_FILE|H5F_OBJ_DATASET|H5F_OBJ_GROUP|H5F_OBJ_DATATYPE|H5F_OBJ_ATTR) +#define H5F_FAMILY_DEFAULT 0 + #ifdef H5_HAVE_PARALLEL /* * Use this constant string as the MPI_Info key to set H5Fmpio debug flags. |