diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2004-07-02 22:27:00 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2004-07-02 22:27:00 (GMT) |
commit | 0f7e7766509bdf92eda32e08f50dc8197a231710 (patch) | |
tree | 22b7d93fc630958c5411070bfe571dcb6c6d7e81 /fortran | |
parent | 145fc6d7e7a06429338f7323817bbe9af83ded93 (diff) | |
download | hdf5-0f7e7766509bdf92eda32e08f50dc8197a231710.zip hdf5-0f7e7766509bdf92eda32e08f50dc8197a231710.tar.gz hdf5-0f7e7766509bdf92eda32e08f50dc8197a231710.tar.bz2 |
[svn-r8797]
Purpose:
To more carefully describe the
-- behavior of H5Pset_external
-- appropriate usage of H5Pset_shuffle
Description:
H5Pset_external
Add notes that first H5Pset_external call sets the dataset as EXTERNAL
and identifies the first file in the series of external files that
will hold the dataset; subsequent calls identify additional files;
all external files must be declared before the dataset is created;
and the library will create files that don't yet exist on the system
at the time that H5Dwrite is called to write data to that file.
H5Pset_shuffle
Added notes regarding usage of H5Pset_shuffle in concert with a
compression filter.
And, as always, a few copy edits.
Diffstat (limited to 'fortran')
0 files changed, 0 insertions, 0 deletions