diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-04-07 19:40:49 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-04-07 19:40:49 (GMT) |
commit | 204a1404a43439a0ef4b0ad1186b716124f0c9ec (patch) | |
tree | fe7497c9c8bbac691978f958a0984b520bbcdc05 /doc/html/H5.format.html | |
parent | 5228ba6c718e5eaf416a4ac6fdc8a9d32e234333 (diff) | |
download | hdf5-204a1404a43439a0ef4b0ad1186b716124f0c9ec.zip hdf5-204a1404a43439a0ef4b0ad1186b716124f0c9ec.tar.gz hdf5-204a1404a43439a0ef4b0ad1186b716124f0c9ec.tar.bz2 |
[svn-r2091] Datasets.html
Removed H5Pset_compression (commented it out, actually) and
changed example which used it to use H5Pset_deflate.
H5.format.html
Driver Identification block: Added clarification regarding the
representation of the version in the driver identification string.
Diffstat (limited to 'doc/html/H5.format.html')
-rw-r--r-- | doc/html/H5.format.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index 8c0d8b2..96dd339 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -598,7 +598,13 @@ Elena> "Free-space object" ASCII. For example, the various versions of the <em>family driver</em> will be identified by <code>NCSAfami</code>, <code>NCSAfam0</code>, - <code>NCSAfam1</code>, etc. Identification for user-defined drivers + <code>NCSAfam1</code>, etc. + (<code>NCSAfami</code> is simply <code>NCSAfamily</code> truncated + to eight characters. Subsequent identifiers will be created by + substituting sequential numerical values for the final character, + starting with zero.) + <p> + Identification for user-defined drivers is arbitrary but should be unique.</td> </tr> |