summaryrefslogtreecommitdiffstats
path: root/src/H5HFcache.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-03-18 21:33:48 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-03-18 21:33:48 (GMT)
commita53790e16a5e7109a52e8b4a611954f52890a804 (patch)
tree7ebe9b191aeef1815621089914996f6259b8ada2 /src/H5HFcache.c
parentcac506d3fb8b2f0edc8b52d684849b8da9801840 (diff)
downloadhdf5-a53790e16a5e7109a52e8b4a611954f52890a804.zip
hdf5-a53790e16a5e7109a52e8b4a611954f52890a804.tar.gz
hdf5-a53790e16a5e7109a52e8b4a611954f52890a804.tar.bz2
[svn-r12122] Purpose:
Code update Description: Add basics of routine for reading information back out of a fractal heap. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'src/H5HFcache.c')
-rw-r--r--src/H5HFcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFcache.c b/src/H5HFcache.c
index 2b34604..fbeecc8 100644
--- a/src/H5HFcache.c
+++ b/src/H5HFcache.c
@@ -1064,7 +1064,7 @@ H5HF_cache_iblock_load(H5F_t *f, hid_t dxpl_id, haddr_t addr, const void *_nrows
iblock->next_dir_size = shared->man_dtable.cparam.start_block_size;
else
iblock->next_dir_size = shared->man_dtable.cparam.start_block_size * (1 << (iblock->next_dir_row - 1));
- if(heap_addr == 0)
+ if(iblock->block_off == 0)
iblock->max_direct_rows = shared->man_dtable.max_direct_rows;
else
HGOTO_ERROR(H5E_HEAP, H5E_UNSUPPORTED, NULL, "computing max direct rows for non-root indirect block not supported yet")