diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-07-06 18:13:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-07-06 18:13:32 (GMT) |
commit | 82a12612e389fc618163a6a6d16a4908600a5a05 (patch) | |
tree | bfbc661d5f1906930f2d15d60be50e055c7cb54e /src/H5B2cache.c | |
parent | 00232105046ace63639557776c0e331b21cbe784 (diff) | |
download | hdf5-82a12612e389fc618163a6a6d16a4908600a5a05.zip hdf5-82a12612e389fc618163a6a6d16a4908600a5a05.tar.gz hdf5-82a12612e389fc618163a6a6d16a4908600a5a05.tar.bz2 |
[svn-r11031] Purpose:
New feature
Description:
Initial checkin of B+ Tree code.
Platforms tested:
FreeBSD 4.11 (sleipnir)
h5committest
Misc. update:
Diffstat (limited to 'src/H5B2cache.c')
-rw-r--r-- | src/H5B2cache.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5B2cache.c b/src/H5B2cache.c index ddc402b..9f7d9db 100644 --- a/src/H5B2cache.c +++ b/src/H5B2cache.c @@ -284,7 +284,7 @@ done: /*------------------------------------------------------------------------- - * Function: H5B_cache_hdr_dest + * Function: H5B2_cache_hdr_dest * * Purpose: Destroys a B-tree header in memory. * @@ -556,7 +556,7 @@ done: /*------------------------------------------------------------------------- - * Function: H5B_cache_leaf_dest + * Function: H5B2_cache_leaf_dest * * Purpose: Destroys a B-tree leaf node in memory. * @@ -874,7 +874,7 @@ done: /*------------------------------------------------------------------------- - * Function: H5B_cache_internal_dest + * Function: H5B2_cache_internal_dest * * Purpose: Destroys a B-tree internal node in memory. * |