summaryrefslogtreecommitdiffstats
path: root/src/H5Adense.c
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2007-01-18 15:27:14 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2007-01-18 15:27:14 (GMT)
commit26fc682d8d54190199c6e04c415eed7d888d6994 (patch)
tree7c4ac9be6dff6019261e6015b5772416a4a4ba03 /src/H5Adense.c
parent9155785889af8ae809fb5e9cdbb330710a174d72 (diff)
downloadhdf5-26fc682d8d54190199c6e04c415eed7d888d6994.zip
hdf5-26fc682d8d54190199c6e04c415eed7d888d6994.tar.gz
hdf5-26fc682d8d54190199c6e04c415eed7d888d6994.tar.bz2
[svn-r13153] Added checksum to superblock and driver info block (in latest version of
superblock). Tried to standardize sizes and added #defines to H5Fpkg.h so that hopefully the code is a little easier to read. Of course this is a file format change. Tested on Windows, juniper, smirom, kagiso.
Diffstat (limited to 'src/H5Adense.c')
-rw-r--r--src/H5Adense.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Adense.c b/src/H5Adense.c
index 0418427..1259975 100644
--- a/src/H5Adense.c
+++ b/src/H5Adense.c
@@ -419,7 +419,6 @@ H5A_dense_insert(H5F_t *f, hid_t dxpl_id, const H5O_t *oh, unsigned mesg_flags,
HGOTO_ERROR(H5E_ATTR, H5E_CANTGET, FAIL, "can't determine if attributes are shared")
/* Get handle for shared message heap, if attributes are sharable */
- /* JAMES: does this work if only very large attributes are shared? */
if(attr_sharable) {
haddr_t shared_fheap_addr; /* Address of fractal heap to use */