diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-17 01:04:48 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-17 01:04:48 (GMT) |
commit | 88ecc17474e86e67f0ce64ed0b36c0d10e93eb66 (patch) | |
tree | a34dfcef1f8b737a893efafcfca1897f40676357 /src/H5Dfill.c | |
parent | 4312f5ea1a611cef01e9ecfb57d7c287c9549249 (diff) | |
download | hdf5-88ecc17474e86e67f0ce64ed0b36c0d10e93eb66.zip hdf5-88ecc17474e86e67f0ce64ed0b36c0d10e93eb66.tar.gz hdf5-88ecc17474e86e67f0ce64ed0b36c0d10e93eb66.tar.bz2 |
Removes email and Modifications sections
Diffstat (limited to 'src/H5Dfill.c')
-rw-r--r-- | src/H5Dfill.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Dfill.c b/src/H5Dfill.c index 94c7b1c..0efe98a 100644 --- a/src/H5Dfill.c +++ b/src/H5Dfill.c @@ -15,7 +15,7 @@ * * Created: H5Dfill.c * Jun 19 2007 - * Quincey Koziol <koziol@hdfgroup.org> + * Quincey Koziol * * Purpose: Fill value operations for datasets * @@ -647,7 +647,7 @@ done: static herr_t H5D__fill_release(H5D_fill_buf_info_t *fb_info) { - FUNC_ENTER_PACKAGE_NOERR + FUNC_ENTER_STATIC_NOERR /* Check args */ HDassert(fb_info); |