diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-03-21 17:58:18 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-03-21 17:58:18 (GMT) |
commit | 50500e3672e537f3f1e4ba9ca57b63fa27a96465 (patch) | |
tree | e7245bd50929229084a61ac5abf2b09742ebd502 /tools/testfiles/tnestcomp-1.ddl | |
parent | 064ad5df8f35d5951fb7fb5b597506c6b5270cde (diff) | |
download | hdf5-50500e3672e537f3f1e4ba9ca57b63fa27a96465.zip hdf5-50500e3672e537f3f1e4ba9ca57b63fa27a96465.tar.gz hdf5-50500e3672e537f3f1e4ba9ca57b63fa27a96465.tar.bz2 |
[svn-r2045] fixed a type that had the endian to be little. I created the file on my NT machine but
the testfile on baldirc.
Diffstat (limited to 'tools/testfiles/tnestcomp-1.ddl')
-rw-r--r-- | tools/testfiles/tnestcomp-1.ddl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/tnestcomp-1.ddl b/tools/testfiles/tnestcomp-1.ddl index 7121cb1..76a38c6 100644 --- a/tools/testfiles/tnestcomp-1.ddl +++ b/tools/testfiles/tnestcomp-1.ddl @@ -6,12 +6,12 @@ GROUP "/" { DATASET "nested compound" { DATATYPE { { - H5T_IEEE_F64LE "re"; - H5T_IEEE_F64LE "im"; + H5T_IEEE_F64BE "re"; + H5T_IEEE_F64BE "im"; } "x"; { - H5T_IEEE_F64LE "re"; - H5T_IEEE_F64LE "im"; + H5T_IEEE_F64BE "re"; + H5T_IEEE_F64BE "im"; } "y"; } DATASPACE { SIMPLE ( 5 ) / ( 5 ) } |