diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-02-07 03:42:02 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-02-07 03:42:02 (GMT) |
commit | 2fbdfcc4574a141bc668795db9cb48678ba9e336 (patch) | |
tree | ecd2d29cd37ab209faf0111ab2345e3dac9a3030 /src/H5Fquery.c | |
parent | b86cc6ea841c24a0513c95b8e6d9aaac209c0fb8 (diff) | |
download | hdf5-2fbdfcc4574a141bc668795db9cb48678ba9e336.zip hdf5-2fbdfcc4574a141bc668795db9cb48678ba9e336.tar.gz hdf5-2fbdfcc4574a141bc668795db9cb48678ba9e336.tar.bz2 |
Modifications made based on comments from pull request.
Diffstat (limited to 'src/H5Fquery.c')
-rw-r--r-- | src/H5Fquery.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c index 32c893e..f7e222e 100644 --- a/src/H5Fquery.c +++ b/src/H5Fquery.c @@ -109,7 +109,7 @@ H5F_get_intent(const H5F_t *f) * *------------------------------------------------------------------------- */ -unsigned +H5F_libver_t H5F_get_low_bound(const H5F_t *f) { /* Use FUNC_ENTER_NOAPI_NOINIT_NOERR here to avoid performance issues */ @@ -134,7 +134,7 @@ H5F_get_low_bound(const H5F_t *f) * *------------------------------------------------------------------------- */ -unsigned +H5F_libver_t H5F_get_high_bound(const H5F_t *f) { /* Use FUNC_ENTER_NOAPI_NOINIT_NOERR here to avoid performance issues */ |