diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-07-06 18:42:32 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-07-06 18:42:32 (GMT) |
commit | 2f43dfadddb060ab3e6f51964ebbed3743753237 (patch) | |
tree | 78b444ad185014efdb452aca37ca60aac64471ff /tools/testfiles/tattr-1.ddl | |
parent | 0b826837c0a9caeb7b4a94031b3b860e974c5cbd (diff) | |
download | hdf5-2f43dfadddb060ab3e6f51964ebbed3743753237.zip hdf5-2f43dfadddb060ab3e6f51964ebbed3743753237.tar.gz hdf5-2f43dfadddb060ab3e6f51964ebbed3743753237.tar.bz2 |
[svn-r1429]
update the ddl so the occurences of H5T_STD_I8LE are not big endian
Diffstat (limited to 'tools/testfiles/tattr-1.ddl')
-rw-r--r-- | tools/testfiles/tattr-1.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tattr-1.ddl b/tools/testfiles/tattr-1.ddl index 1d59a83..857b0f7 100644 --- a/tools/testfiles/tattr-1.ddl +++ b/tools/testfiles/tattr-1.ddl @@ -4,7 +4,7 @@ Expected output for 'h5dump tattr.h5' HDF5 "tattr.h5" { GROUP "/" { ATTRIBUTE "attr1" { - DATATYPE { H5T_STD_I8LE } + DATATYPE { H5T_STD_I8BE } DATASPACE { SIMPLE ( 24 ) / ( 24 ) } DATA { 97, 116, 116, 114, 105, 98, 117, 116, 101, 32, 111, 102, 32, 114, 111, |