diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-09-13 16:57:46 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-09-13 16:57:46 (GMT) |
commit | 12f8879c407478ab7cb7c60e1c37554cf370c175 (patch) | |
tree | 87198e8ca2084f756e91827e35c4d438b8a92011 /src/H5Dprivate.h | |
parent | 18758623d78ff9fbd4880761da6d40fdfe44c945 (diff) | |
download | hdf5-12f8879c407478ab7cb7c60e1c37554cf370c175.zip hdf5-12f8879c407478ab7cb7c60e1c37554cf370c175.tar.gz hdf5-12f8879c407478ab7cb7c60e1c37554cf370c175.tar.bz2 |
[svn-r5926] Purpose:
API name change
Description:
Change all "space time" references to "alloc time", including API functions
and macro definitions, etc.
Platforms tested:
FreeBSD 4.6 (sleipnir) w/C++
Solaris 2.7 (arabica) w/FORTRAN
IRIX64 6.5 (modi4) w/parallel & FORTRAN
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r-- | src/H5Dprivate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h index d1d0a02..0787c5b 100644 --- a/src/H5Dprivate.h +++ b/src/H5Dprivate.h @@ -61,9 +61,9 @@ #define H5D_CRT_FILL_VALUE_SIZE sizeof(H5O_fill_t) #define H5D_CRT_FILL_VALUE_DEF {NULL, 0, NULL} /* 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_DEFAULT +#define H5D_CRT_ALLOC_TIME_NAME "alloc_time" +#define H5D_CRT_ALLOC_TIME_SIZE sizeof(H5D_alloc_time_t) +#define H5D_CRT_ALLOC_TIME_DEF H5D_ALLOC_TIME_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) |