[svn-r1854] fixed a bug

This commit is contained in:
Patrick Lu 1999-12-03 15:09:20 -05:00
parent 6660a174c2
commit 015079ab20
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#############################
Expected output for 'h5dump tcompound.h5'
#############################
HDF5 "..\..\testfiles\tcompound.h5" {
HDF5 "tcompound.h5" {
GROUP "/" {
DATATYPE "#5992:0" {
H5T_STD_I32BE "int";

View File

@ -1,7 +1,7 @@
#############################
Expected output for 'h5dump -t /#5992:0 -g /group2 tcompound.h5'
#############################
HDF5 "..\..\testfiles\tcompound.h5" {
HDF5 "tcompound.h5" {
DATATYPE "/#5992:0" {
H5T_STD_I32BE "int";
H5T_IEEE_F32BE "float";