diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-02-09 21:32:07 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-02-09 21:32:07 (GMT) |
commit | 9f76f83f48271a3966e0afdaf25fcc412b402d4d (patch) | |
tree | 0303930db749054b87fa91f2db80cc187a1635d4 /src/H5err.txt | |
parent | f3d0c37f910e0b5e9cd4cd5fc5fa3885f0c3904d (diff) | |
download | hdf5-9f76f83f48271a3966e0afdaf25fcc412b402d4d.zip hdf5-9f76f83f48271a3966e0afdaf25fcc412b402d4d.tar.gz hdf5-9f76f83f48271a3966e0afdaf25fcc412b402d4d.tar.bz2 |
[svn-r9971] Purpose:
New feature
Description:
Checkpoint v2 B-tree code after getting 2 leaf record redistribution
working and tested.
Platforms tested:
FreeBSD 4.11 (sleipnir) w/parallel
Too minor to require h5committest
Diffstat (limited to 'src/H5err.txt')
-rw-r--r-- | src/H5err.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5err.txt b/src/H5err.txt index 82bd041..3836cb0 100644 --- a/src/H5err.txt +++ b/src/H5err.txt @@ -162,6 +162,7 @@ MINOR, BTREE, H5E_EXISTS, Object already exists MINOR, BTREE, H5E_CANTENCODE, Unable to encode value MINOR, BTREE, H5E_CANTDECODE, Unable to decode value MINOR, BTREE, H5E_CANTSPLIT, Unable to split node +MINOR, BTREE, H5E_CANTREDISTRIBUTE, Unable to redistribute records MINOR, BTREE, H5E_CANTINSERT, Unable to insert object MINOR, BTREE, H5E_CANTLIST, Unable to list node |