diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-10 16:37:53 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-10 16:37:53 (GMT) |
commit | a42a1b15ef2cfd47cc696acf0487c35e07ecdcd3 (patch) | |
tree | f279be37845df0f2e7319976128c81d8d75400dc /tools/testfiles/tboot1.ddl | |
parent | 6cfd5c146267e771e46d37709c405c7732feeaf0 (diff) | |
download | hdf5-a42a1b15ef2cfd47cc696acf0487c35e07ecdcd3.zip hdf5-a42a1b15ef2cfd47cc696acf0487c35e07ecdcd3.tar.gz hdf5-a42a1b15ef2cfd47cc696acf0487c35e07ecdcd3.tar.bz2 |
[svn-r13488] Description:
Remove unused "min. creation order" field from link info object
header message.
Tested on:
FreeBSD/32 6.2 (duty)
Mac OS X/32 10.4.8 (amazon)
Diffstat (limited to 'tools/testfiles/tboot1.ddl')
-rw-r--r-- | tools/testfiles/tboot1.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tboot1.ddl b/tools/testfiles/tboot1.ddl index 9a7cafc..df1a85e 100644 --- a/tools/testfiles/tboot1.ddl +++ b/tools/testfiles/tboot1.ddl @@ -17,7 +17,7 @@ USER_BLOCK { USERBLOCK_SIZE 0 } DATASET "dset" { - DATATYPE H5T_STD_I32BE + DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 4 ) / ( 4 ) } } } |