diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-13 17:36:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-13 17:36:33 (GMT) |
commit | bd433ad90c22fde2007702a61e1b2a9153bdaff4 (patch) | |
tree | e8afb8d45366bf49086c2f47de1bbec4f03644ec /src | |
parent | 0553b775074d6cc7664fb8dbc0e545b140b006d3 (diff) | |
download | hdf5-bd433ad90c22fde2007702a61e1b2a9153bdaff4.zip hdf5-bd433ad90c22fde2007702a61e1b2a9153bdaff4.tar.gz hdf5-bd433ad90c22fde2007702a61e1b2a9153bdaff4.tar.bz2 |
[svn-r2880] Purpose:
Code cleanup
Description:
Added a the generic property ID types to the list of things not stored in
files.
Platforms tested:
FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5G.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1779,6 +1779,8 @@ H5G_loc (hid_t loc_id) #ifndef NDEBUG case H5I_TEMPLATE_MAX: #endif + case H5I_GENPROP_CLS: + case H5I_GENPROP_LST: HRETURN_ERROR(H5E_ARGS, H5E_BADVALUE, NULL, "unable to get symbol table entry of property list"); |