diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2014-07-21 17:50:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2014-07-21 17:50:47 (GMT) |
commit | 65aed6681bd788ca5fef80c8aa9242ae7915d00f (patch) | |
tree | d8a61b72af9e480b3bc63e66876d6fcc77cc1dcf /src/H5Ipublic.h | |
parent | d4b53e37e12e4e2406953c504c6ec6915a771124 (diff) | |
download | hdf5-65aed6681bd788ca5fef80c8aa9242ae7915d00f.zip hdf5-65aed6681bd788ca5fef80c8aa9242ae7915d00f.tar.gz hdf5-65aed6681bd788ca5fef80c8aa9242ae7915d00f.tar.bz2 |
[svn-r25454] Description:
Bring change from trunk to 1.8 branch:
r25450:
Initial tweaks to align with VOL branch.
Tested on:
Mac OSX/64 10.9.3 (amazon) w/gcc 4.9
(h5committest not required, too small)
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r-- | src/H5Ipublic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h index d630556..5160434 100644 --- a/src/H5Ipublic.h +++ b/src/H5Ipublic.h @@ -36,8 +36,8 @@ typedef enum H5I_type_t { H5I_UNINIT = (-2), /*uninitialized type */ H5I_BADID = (-1), /*invalid Type */ - H5I_FILE = 1, /*type ID for File objects */ - H5I_GROUP, /*type ID for Group objects */ + H5I_FILE = 1, /*type ID for File objects */ + H5I_GROUP, /*type ID for Group objects */ H5I_DATATYPE, /*type ID for Datatype objects */ H5I_DATASPACE, /*type ID for Dataspace objects */ H5I_DATASET, /*type ID for Dataset objects */ |