From 65bfb5b8a87bf38438fb59745c95b2405f0be090 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Fri, 10 Nov 2000 09:34:09 -0500 Subject: [svn-r2855] ./hdf5/src/H5Tpublic.h --- src/H5Tpublic.h | 4 ++-- 1 file 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 */ -- cgit v0.12