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/tall-2.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/tall-2.ddl')
-rw-r--r-- | tools/testfiles/tall-2.ddl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tall-2.ddl b/tools/testfiles/tall-2.ddl index d19519a..80796aa 100644 --- a/tools/testfiles/tall-2.ddl +++ b/tools/testfiles/tall-2.ddl @@ -7,11 +7,11 @@ GROUP "/g1/g1.1" { DATATYPE { H5T_STD_I32BE } DATASPACE { SIMPLE ( 10, 10 ) / ( 10, 10 ) } ATTRIBUTE "attr1" { - DATATYPE { H5T_STD_I8LE } + DATATYPE { H5T_STD_I8BE } DATASPACE { SIMPLE ( 27 ) / ( 27 ) } } ATTRIBUTE "attr2" { - DATATYPE { H5T_STD_I8LE } + DATATYPE { H5T_STD_I8BE } DATASPACE { SIMPLE ( 27 ) / ( 27 ) } } } |