diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-05 15:43:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-07-05 15:43:22 (GMT) |
commit | 18d75c9985a750e547d80f4b19c881ede4ed5625 (patch) | |
tree | 084dbdc98359213d3cc32a0b64b4b6a66c42fd1f /src/H5Dfill.c | |
parent | 4040ae4232a2e717e5503b3b069b7561e897085a (diff) | |
download | hdf5-18d75c9985a750e547d80f4b19c881ede4ed5625.zip hdf5-18d75c9985a750e547d80f4b19c881ede4ed5625.tar.gz hdf5-18d75c9985a750e547d80f4b19c881ede4ed5625.tar.bz2 |
[svn-r13942] Description:
Minor code & comment cleanups
Tested on:
Mac OS X/32 10.4.10 (amazon)
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5Dfill.c')
-rw-r--r-- | src/H5Dfill.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Dfill.c b/src/H5Dfill.c index b2e8e9d..2d52713 100644 --- a/src/H5Dfill.c +++ b/src/H5Dfill.c @@ -158,8 +158,7 @@ done: Use the selection in the dataspace to fill elements in a memory buffer. GLOBAL VARIABLES COMMENTS, BUGS, ASSUMPTIONS - If "fill" parameter is NULL, use all zeros as fill value. If "fill_type" - parameter is NULL, use "buf_type" for the fill value datatype. + If "fill" parameter is NULL, use all zeros as fill value. EXAMPLES REVISION LOG Raymond Lu - 20 March 2007 |