diff options
-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 ) } |