summaryrefslogtreecommitdiffstats
path: root/src/H5Epublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-06-04 15:35:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-06-04 15:35:22 (GMT)
commit2a7cf2ea942db24f2c759d43533c0e4df018efe6 (patch)
tree8994537b7c73e406d81411728d8306737ae2de99 /src/H5Epublic.h
parenta3f07ee9279362db7791ed92a0c37cb9c2a1e634 (diff)
downloadhdf5-2a7cf2ea942db24f2c759d43533c0e4df018efe6.zip
hdf5-2a7cf2ea942db24f2c759d43533c0e4df018efe6.tar.gz
hdf5-2a7cf2ea942db24f2c759d43533c0e4df018efe6.tar.bz2
[svn-r6956] Purpose:
Code cleanup Description: Add another error code... Platforms tested: FreeBSD 4.8 (sleipnir) w/C++ FreeBSD 4.8 (sleipnir) w/parallel h5committested
Diffstat (limited to 'src/H5Epublic.h')
-rw-r--r--src/H5Epublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Epublic.h b/src/H5Epublic.h
index d970ab9..6840dd5 100644
--- a/src/H5Epublic.h
+++ b/src/H5Epublic.h
@@ -196,6 +196,7 @@ typedef enum H5E_minor_t {
H5E_CANTSELECT, /*Can't select hyperslab */
H5E_CANTNEXT, /*Can't move to next iterator location */
H5E_BADSELECT, /*Invalid selection */
+ H5E_CANTCOMPARE, /*Can't compare objects */
/* Property list errors */
H5E_CANTGET, /*Can't get value */