diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-03-23 15:38:14 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 2000-03-23 15:38:14 (GMT) |
commit | 1ee399e4912020144a6fe5cfee1ef21285699f21 (patch) | |
tree | fe53e2fab54fe820dbb5d233258e835a8a8c11d3 /tools/testfiles/tnestcomp-1.ddl | |
parent | 1bb9912f803df2b43efa4d4272ca75081ff8ef4a (diff) | |
download | hdf5-1ee399e4912020144a6fe5cfee1ef21285699f21.zip hdf5-1ee399e4912020144a6fe5cfee1ef21285699f21.tar.gz hdf5-1ee399e4912020144a6fe5cfee1ef21285699f21.tar.bz2 |
[svn-r2052] the new ddls for the new versions of the testfiles just created(tall.h5, tcompounnd.h5, tnestedcomp.h5)
the data is not as simple as before. rows are not repeated and rows are not just 1 number repeated
Diffstat (limited to 'tools/testfiles/tnestcomp-1.ddl')
-rw-r--r-- | tools/testfiles/tnestcomp-1.ddl | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/tools/testfiles/tnestcomp-1.ddl b/tools/testfiles/tnestcomp-1.ddl index 76a38c6..7db8dc9 100644 --- a/tools/testfiles/tnestcomp-1.ddl +++ b/tools/testfiles/tnestcomp-1.ddl @@ -19,51 +19,51 @@ GROUP "/" { { { 0, - 0 + 1 }, { - 0, - 0 + 2, + 4 } }, { { 1, - 1 + 3 }, { - 1, - 1 + 4, + 7 } }, { { 2, - 2 + 5 }, { - 2, - 2 + 6, + 10 } }, { { 3, - 3 + 7 }, { - 3, - 3 + 8, + 13 } }, { { 4, - 4 + 9 }, { - 4, - 4 + 10, + 16 } } } |