mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r3250] Purpose:
Documentation Description: Documented the h5dump change.
This commit is contained in:
parent
2f51e3c16a
commit
a771c6fc66
13
RELEASE
13
RELEASE
@ -260,6 +260,19 @@ Configuration
|
||||
|
||||
Tools
|
||||
-----
|
||||
* h5dump now accepts both short and long command-line parameters. A
|
||||
change from the old way is that multiple attributes, datasets,
|
||||
groups, soft-links, and object-ids cannot be specified with just
|
||||
one flag but you have to use a flag with each object. I.e., instead
|
||||
of doing this:
|
||||
|
||||
h5dump -a /attr1 /attr2 foo.h5
|
||||
|
||||
do this:
|
||||
|
||||
h5dump -a /attr1 -a /attr2 foo.h5
|
||||
|
||||
The cases are similar for the other object types.
|
||||
* h5dump correctly displays compound datatypes.
|
||||
* Corrected an error in h5toh4 which did not convert the 32bits
|
||||
int from HDF5 to HDF4 corectly for the T3E platform.
|
||||
|
Loading…
x
Reference in New Issue
Block a user