diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-12-04 17:32:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-12-04 17:32:43 (GMT) |
commit | a21800d2f25ecd848285ddb00391219fe3b764d3 (patch) | |
tree | e1267b801d4da408d0bf70c758bf12808cbfdf3a /src/H5O.c | |
parent | c76724db391db20392c19feed3430da2a8059340 (diff) | |
download | hdf5-a21800d2f25ecd848285ddb00391219fe3b764d3.zip hdf5-a21800d2f25ecd848285ddb00391219fe3b764d3.tar.gz hdf5-a21800d2f25ecd848285ddb00391219fe3b764d3.tar.bz2 |
[svn-r13020] Description:
Make number of attributes tracking in object header prefix "live"
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5O.c')
-rw-r--r-- | src/H5O.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1875,11 +1875,8 @@ H5O_get_info(H5O_loc_t *oloc, H5O_info_t *oinfo, hid_t dxpl_id) if(curr_msg->flags & H5O_MSG_FLAG_SHARED) \ oinfo->hdr.msg_shared |= type_flag; } /* end for */ -#ifdef LATER -/* XXX: Uncomment this when attributes are tracked by the object header */ if(oh->version > H5O_VERSION_1) HDassert(oh->nattrs == oinfo->num_attrs); -#endif /* LATER */ /* Iterate over all the chunks, adding any gaps to the free space */ oinfo->hdr.hdr_size = 0; |