diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-09-08 23:00:51 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-09-08 23:00:51 (GMT) |
commit | 5bf2422ec614291c6f46fed803ab2c4071081093 (patch) | |
tree | 56c6ba8f77e03d26f3a12676b102dcacb1fe0ac7 | |
parent | 85f1a6541416839c5d72a110ebe6b07290a45db6 (diff) | |
download | hdf5-5bf2422ec614291c6f46fed803ab2c4071081093.zip hdf5-5bf2422ec614291c6f46fed803ab2c4071081093.tar.gz hdf5-5bf2422ec614291c6f46fed803ab2c4071081093.tar.bz2 |
[svn-r9233] Purpose:
A better sample cause of the potential H5Dcreate failure.
(An ammendment to the immediately preceding checkin.)
Platforms tested:
Mozilla
-rw-r--r-- | doc/html/RM_H5D.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/RM_H5D.html b/doc/html/RM_H5D.html index 84cf307..72fabe6 100644 --- a/doc/html/RM_H5D.html +++ b/doc/html/RM_H5D.html @@ -319,9 +319,9 @@ END SUBROUTINE h5dclose_f For example, <code>H5Dcreate</code> will fail without a meaningful explanation if <ul> - <li>SZIP compression is being used on the dataset - <li>but the available SZIP library is configured as decode-only - (i.e., applications can read but not write SZIP-encoded data). + <li>SZIP compression is being used on the dataset and + <li>the SZIP parameter <code>pixels_per_block</code> + is set to an inappropriate value. </ul> <p> In such a case, one would refer to the description of |