diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-11-15 19:56:44 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-11-15 19:56:44 (GMT) |
commit | 8f74e81758f53e46a2898616c1c438c99aaac15b (patch) | |
tree | 3a1a524e78357f06cd8abf481b3334b6a6bae605 /src/H5Eterm.h | |
parent | a44ab9133a917152680938707d893888d6a97c02 (diff) | |
download | hdf5-8f74e81758f53e46a2898616c1c438c99aaac15b.zip hdf5-8f74e81758f53e46a2898616c1c438c99aaac15b.tar.gz hdf5-8f74e81758f53e46a2898616c1c438c99aaac15b.tar.bz2 |
[svn-r12917]
h5repack revision:
1. added a new test due to the introduction of H5Ocopy in the copy of objects (compressed dataset with references, that still must go a second sweep of the file to be regenerated).
2. Moved all the source files from the h5repack test program to a new file h5repacktst.c and removed the old ones (testh5repack*.c).
3. Renamed the binary files from test*.h5 to h5repack*.h5 for easy reference.
4. Modified the shell script to use variables for file names instead of hard coded names
Diffstat (limited to 'src/H5Eterm.h')
-rw-r--r-- | src/H5Eterm.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/H5Eterm.h b/src/H5Eterm.h index a188ab4..3825203 100644 --- a/src/H5Eterm.h +++ b/src/H5Eterm.h @@ -184,6 +184,13 @@ H5E_CANTNEXT_g= H5E_BADSELECT_g= H5E_CANTCOMPARE_g= +/* Argument errors */ +H5E_UNINITIALIZED_g= +H5E_UNSUPPORTED_g= +H5E_BADTYPE_g= +H5E_BADRANGE_g= +H5E_BADVALUE_g= + /* B-tree related errors */ H5E_NOTFOUND_g= H5E_EXISTS_g= @@ -197,13 +204,6 @@ H5E_CANTLIST_g= H5E_CANTMODIFY_g= H5E_CANTREMOVE_g= -/* Argument errors */ -H5E_UNINITIALIZED_g= -H5E_UNSUPPORTED_g= -H5E_BADTYPE_g= -H5E_BADRANGE_g= -H5E_BADVALUE_g= - /* Datatype conversion errors */ H5E_CANTCONVERT_g= H5E_BADSIZE_g= (-1); |