summaryrefslogtreecommitdiffstats
path: root/src/H5Tpublic.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>2000-11-10 14:34:09 (GMT)
committerRobb Matzke <matzke@llnl.gov>2000-11-10 14:34:09 (GMT)
commit65bfb5b8a87bf38438fb59745c95b2405f0be090 (patch)
treede438e8f0c2d656f4dd912ac26c51a4698f05b6a /src/H5Tpublic.h
parent82a7138733f91317e1a21a30504c6f886e019878 (diff)
downloadhdf5-65bfb5b8a87bf38438fb59745c95b2405f0be090.zip
hdf5-65bfb5b8a87bf38438fb59745c95b2405f0be090.tar.gz
hdf5-65bfb5b8a87bf38438fb59745c95b2405f0be090.tar.bz2
[svn-r2855] ./hdf5/src/H5Tpublic.h
Diffstat (limited to 'src/H5Tpublic.h')
-rw-r--r--src/H5Tpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Tpublic.h b/src/H5Tpublic.h
index 1d534d8..798ebeb 100644
--- a/src/H5Tpublic.h
+++ b/src/H5Tpublic.h
@@ -34,8 +34,8 @@ typedef enum H5T_class_t {
H5T_OPAQUE = 5, /*opaque types */
H5T_COMPOUND = 6, /*compound types */
H5T_REFERENCE = 7, /*reference types */
- H5T_ENUM = 8, /*enumeration types */
- H5T_VLEN = 9, /*Variable-Length types */
+ H5T_ENUM = 8, /*enumeration types */
+ H5T_VLEN = 9, /*Variable-Length types */
H5T_ARRAY = 10, /*Array types */
H5T_NCLASSES /*this must be last */