[svn-r13129] More refactoring. Moved index versions to the index header, so that an

index can be read all at once.  This changes the file format!

Tested on Windows, kagiso, and smirom.
This commit is contained in:
James Laird
2007-01-09 17:08:54 -05:00
parent 26d2abe9e8
commit a2a3e47d06
7 changed files with 29 additions and 45 deletions

View File

@@ -670,11 +670,11 @@ H5O_alloc_new_chunk(H5F_t *f,
(found_attr < 0 ||
oh->mesg[u].raw_size < oh->mesg[found_attr].raw_size))
found_attr = u;
/* } else if(H5O_LINK_ID == msg_id) {
} else if(H5O_LINK_ID == msg_id) {
if(oh->mesg[u].raw_size >= cont_size &&
(found_link < 0 ||
oh->mesg[u].raw_size < oh->mesg[found_link].raw_size))
found_link = u; JAMES */
found_link = u;
} else {
if(oh->mesg[u].raw_size >= cont_size &&
(found_other < 0 ||