summaryrefslogtreecommitdiffstats
path: root/src/H5Edefin.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-11-17 21:02:48 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-11-17 21:02:48 (GMT)
commit7205052027f271177c84f5df4f17df5a8f344294 (patch)
tree952dba343bda5ba19845ce10bd4579b70236ceac /src/H5Edefin.h
parent0ede5b8c9c70e7e86b0d0aba1382bbe685ca3c62 (diff)
downloadhdf5-7205052027f271177c84f5df4f17df5a8f344294.zip
hdf5-7205052027f271177c84f5df4f17df5a8f344294.tar.gz
hdf5-7205052027f271177c84f5df4f17df5a8f344294.tar.bz2
[svn-r12940] Description:
Add some more types to tracing script and regenerate TRACE macros, etc. Tested on: Linux/32 2.4 (heping)
Diffstat (limited to 'src/H5Edefin.h')
-rw-r--r--src/H5Edefin.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/H5Edefin.h b/src/H5Edefin.h
index e99fe67..f54228e 100644
--- a/src/H5Edefin.h
+++ b/src/H5Edefin.h
@@ -182,13 +182,6 @@ hid_t H5E_CANTNEXT_g = FAIL; /* Can't move to next iterator location
hid_t H5E_BADSELECT_g = FAIL; /* Invalid selection */
hid_t H5E_CANTCOMPARE_g = FAIL; /* Can't compare objects */
-/* Argument errors */
-hid_t H5E_UNINITIALIZED_g = FAIL; /* Information is uinitialized */
-hid_t H5E_UNSUPPORTED_g = FAIL; /* Feature is unsupported */
-hid_t H5E_BADTYPE_g = FAIL; /* Inappropriate type */
-hid_t H5E_BADRANGE_g = FAIL; /* Out of range */
-hid_t H5E_BADVALUE_g = FAIL; /* Bad value */
-
/* B-tree related errors */
hid_t H5E_NOTFOUND_g = FAIL; /* Object not found */
hid_t H5E_EXISTS_g = FAIL; /* Object already exists */
@@ -202,6 +195,13 @@ hid_t H5E_CANTLIST_g = FAIL; /* Unable to list node */
hid_t H5E_CANTMODIFY_g = FAIL; /* Unable to modify record */
hid_t H5E_CANTREMOVE_g = FAIL; /* Unable to remove object */
+/* Argument errors */
+hid_t H5E_UNINITIALIZED_g = FAIL; /* Information is uinitialized */
+hid_t H5E_UNSUPPORTED_g = FAIL; /* Feature is unsupported */
+hid_t H5E_BADTYPE_g = FAIL; /* Inappropriate type */
+hid_t H5E_BADRANGE_g = FAIL; /* Out of range */
+hid_t H5E_BADVALUE_g = FAIL; /* Bad value */
+
/* Datatype conversion errors */
hid_t H5E_CANTCONVERT_g = FAIL; /* Can't convert datatypes */
hid_t H5E_BADSIZE_g = FAIL; /* Bad size for object */