diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-05-14 00:23:23 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-05-14 00:23:23 (GMT) |
commit | 14e65e9e8ea11a3d7984950de6b37a81290aee77 (patch) | |
tree | 580baa67bf7719bf6e7e0be174c92213edafd4e0 /doc | |
parent | 6a806870e9938bf0651a7513c109489687b016bb (diff) | |
download | hdf5-14e65e9e8ea11a3d7984950de6b37a81290aee77.zip hdf5-14e65e9e8ea11a3d7984950de6b37a81290aee77.tar.gz hdf5-14e65e9e8ea11a3d7984950de6b37a81290aee77.tar.bz2 |
[svn-r8521] Purpose:
Clarify new fill value message information about the size and fill value
fields.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/H5.format.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index 7fa8ca6..f27400f 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -4341,7 +4341,8 @@ TABLE.list TD { border:none; } <tr> <td align=center><code>2</code></td> <td>The current version used by the library (version - 1.7.3 or later). In this version, the Size field is + 1.7.3 or later). In this version, the Size and + Fill Value fields are only present if the Fill Value Defined field is set to 1. </td> @@ -4456,7 +4457,9 @@ TABLE.list TD { border:none; } <td>Fill Value</td> <td> <P>The fill value. The bytes of the fill value are interpreted - using the same datatype as for the dataset. + using the same datatype as for the dataset. This field is + not present if the Version field is >1 and the Fill Value + Defined field is set to 0. </P> </td> </tr> |