diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 14:05:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-11 14:05:32 (GMT) |
commit | fcb67f0e8606781eb01a53da01d539da4b50966c (patch) | |
tree | 8f8d93bb10f8f8d03bbc34e2f3edfb7b66ad4296 /src/H5Eterm.h | |
parent | d903bca3cf49cb1b29ae886a2ddbab35c77d240b (diff) | |
download | hdf5-fcb67f0e8606781eb01a53da01d539da4b50966c.zip hdf5-fcb67f0e8606781eb01a53da01d539da4b50966c.tar.gz hdf5-fcb67f0e8606781eb01a53da01d539da4b50966c.tar.bz2 |
[svn-r10195] Purpose:
New feature
Description:
Add feature to modify an existing record in a B-tree
Platforms tested:
FreeBSD 4.11 (sleipnir)
Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5Eterm.h')
-rw-r--r-- | src/H5Eterm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Eterm.h b/src/H5Eterm.h index dad89ab..b55dfcc 100644 --- a/src/H5Eterm.h +++ b/src/H5Eterm.h @@ -167,7 +167,8 @@ H5E_CANTSPLIT_g= H5E_CANTREDISTRIBUTE_g= H5E_CANTSWAP_g= H5E_CANTINSERT_g= -H5E_CANTLIST_g= +H5E_CANTLIST_g= +H5E_CANTMODIFY_g= /* Argument errors */ H5E_UNINITIALIZED_g= |