summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tall-2.ddl
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-07-06 18:42:32 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-07-06 18:42:32 (GMT)
commit2f43dfadddb060ab3e6f51964ebbed3743753237 (patch)
tree78b444ad185014efdb452aca37ca60aac64471ff /tools/testfiles/tall-2.ddl
parent0b826837c0a9caeb7b4a94031b3b860e974c5cbd (diff)
downloadhdf5-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.ddl4
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 ) }
}
}