diff options
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r-- | src/H5Dprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h index a60c041..d1d0a02 100644 --- a/src/H5Dprivate.h +++ b/src/H5Dprivate.h @@ -63,7 +63,7 @@ /* Definitions for space allocation time */ #define H5D_CRT_SPACE_TIME_NAME "space_time" #define H5D_CRT_SPACE_TIME_SIZE sizeof(H5D_space_time_t) -#define H5D_CRT_SPACE_TIME_DEF H5D_SPACE_ALLOC_LATE +#define H5D_CRT_SPACE_TIME_DEF H5D_SPACE_ALLOC_DEFAULT /* Definitions for time of fill value writing */ #define H5D_CRT_FILL_TIME_NAME "fill_time" #define H5D_CRT_FILL_TIME_SIZE sizeof(H5D_fill_time_t) |