diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-12-19 21:27:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-12-19 21:27:15 (GMT) |
commit | 0016ea927f7474e642c43a8e652033fe00dec828 (patch) | |
tree | e2b24b6a6c7587f981893636165a314b9d942ce2 /src/H5FS.c | |
parent | eacff80a4e47433ffa9e88fea934b78284d93df8 (diff) | |
download | hdf5-0016ea927f7474e642c43a8e652033fe00dec828.zip hdf5-0016ea927f7474e642c43a8e652033fe00dec828.tar.gz hdf5-0016ea927f7474e642c43a8e652033fe00dec828.tar.bz2 |
[svn-r28712] Description:
Switch v2 B-trees to use the same mechanism for setting up flush
dependencies as extensible and fixed arrays.
Tested on:
MacOSX/64 10.11.2 (amazon) w/serial & parallel
(h5committest not required on this branch)
Diffstat (limited to 'src/H5FS.c')
-rw-r--r-- | src/H5FS.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1045,7 +1045,7 @@ done: /*------------------------------------------------------------------------- - * Function: H5FA_undepend + * Function: H5FS_undepend * * Purpose: Remove a child flush dependency between the free space * manager's and another piece of metadata in the file. |