diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-11-30 19:43:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-11-30 19:43:54 (GMT) |
commit | 6d1971952692f58c3c3f7c1d3f4d625a204cdfea (patch) | |
tree | 78dda8a74f66f35bb513dcb2f8d1ed66731e615c /src/H5T.c | |
parent | a1a8feae07c988bd21711185a48051dc86a94ae0 (diff) | |
download | hdf5-6d1971952692f58c3c3f7c1d3f4d625a204cdfea.zip hdf5-6d1971952692f58c3c3f7c1d3f4d625a204cdfea.tar.gz hdf5-6d1971952692f58c3c3f7c1d3f4d625a204cdfea.tar.bz2 |
[svn-r956] Fixes for dataset region code.
Diffstat (limited to 'src/H5T.c')
-rw-r--r-- | src/H5T.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4872,6 +4872,7 @@ H5T_cmp(const H5T_t *dt1, const H5T_t *dt2) switch(dt1->u.atomic.u.r.rtype) { case H5R_OBJECT: + case H5R_DATASET_REGION: /* Does this need more to distinguish it? -QAK 11/30/98 */ /*void */ break; |