diff options
-rw-r--r-- | src/H5B2.c | 2 | ||||
-rw-r--r-- | src/H5B2test.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ /* Private headers */ #include "H5private.h" /* Generic Functions */ -#include "H5B2pkg.h" /* B-trees */ +#include "H5B2pkg.h" /* v2 B-trees */ #include "H5Eprivate.h" /* Error handling */ #include "H5MFprivate.h" /* File memory management */ diff --git a/src/H5B2test.c b/src/H5B2test.c index 6180683..fa847af 100644 --- a/src/H5B2test.c +++ b/src/H5B2test.c @@ -13,7 +13,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* Programmer: Quincey Koziol <koziol@ncsa.uiuc.edu> - * Saturday, May 31, 2003 + * Thursday, February 3, 2005 * * Purpose: v2 B-tree testing functions. */ |