[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.
This commit is contained in:
Frank Baker
2000-04-07 14:40:49 -05:00
parent 5228ba6c71
commit 204a1404a4
2 changed files with 16 additions and 6 deletions

View File

@@ -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>