diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-06 20:54:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-01-06 20:54:19 (GMT) |
commit | 327ea3a76678ed2f92b0eb72df36c1d02651c2be (patch) | |
tree | 14b77bf71608596fc45fea60445e7d4c1559a247 /src/H5Atest.c | |
parent | d6c27d4b4d82d794e860770f5903e84511596d19 (diff) | |
download | hdf5-327ea3a76678ed2f92b0eb72df36c1d02651c2be.zip hdf5-327ea3a76678ed2f92b0eb72df36c1d02651c2be.tar.gz hdf5-327ea3a76678ed2f92b0eb72df36c1d02651c2be.tar.bz2 |
[svn-r13116] Description:
Add support for deleting all the attributes on an object, when they
are dense and possibly shared.
Also, add some testing routines, for better error detection.
Should fix daily test failures also...
Tested on:
FreeBSD/32 6.1 (duty)
Diffstat (limited to 'src/H5Atest.c')
-rw-r--r-- | src/H5Atest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Atest.c b/src/H5Atest.c index 80348e8..b2ee0d5 100644 --- a/src/H5Atest.c +++ b/src/H5Atest.c @@ -14,11 +14,11 @@ /*------------------------------------------------------------------------- * - * Created: H5Aint.c + * Created: H5Atest.c * Dec 18 2006 * Quincey Koziol <koziol@hdfgroup.org> * - * Purpose: Internal routines for managing attributes. + * Purpose: Attribute testing routines. * *------------------------------------------------------------------------- */ |